#68131F

Color #68131F Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #68131F

Tints of Pohutukawa #68131F

Color information

#68131F (or 0x68131F) is unknown color: approx Pohutukawa. HEX triplet: 68, 13 and 1F. RGB value is (104,19,31). Sum of RGB (Red+Green+Blue) = 104+19+31=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #68131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68131F is #97ECE0. Grayscale: #2D2D2D. Windows color (decimal): -9956577 or 2036584. OLE color: 2036584.

HSL color Cylindrical-coordinate representation of color #68131F: hue angle of 351.53º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68131F is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1041931-
CMYK00.820.700.59
HSL351.53º69.11%24.12%-
HSV(B)351.53º81.73%40.78%-
XYZ6.193.511.65-
YUV45.78119.66169.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 31 (12.5% from 255) = 20.13%
R=67.53%
G=12.34%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104193100.820.700.59351.5369.1124.12
Hex68131F052463B1604518
Octal150233701221067354010530
Binary11010001001111111010100101000110111011101100000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68131F; }

 p { color: rgb(104,19,31); }

 H1.HeaderClassName
 {
   color: #68131F;
 }
 .AnyTagClassName
 {
   color: #68131F;
 }
</style>
background-color css

<style>
 a { background-color: #68131F; }

 a { background-color: rgb(104,19,31); }

 div.DivClassName
 {
   background-color: #68131F;
 }
 .BgClassName
 {
   background-color: #68131F;
 }
</style>
border-color css

<style>
 span { border-color: #68131F; }

 span { border-color: rgb(104,19,31); }

 td.TdClassName
 {
   border-color: #68131F;
 }
 .TagClassName
 {
   border-color: #68131F;
 }
</style>