#68191F

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

Shades of Pohutukawa #68191F

Tints of Pohutukawa #68191F

Color information

#68191F (or 0x68191F) is unknown color: approx Pohutukawa. HEX triplet: 68, 19 and 1F. RGB value is (104,25,31). Sum of RGB (Red+Green+Blue) = 104+25+31=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #68191F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68191F is #97E6E0. Grayscale: #313131. Windows color (decimal): -9955041 or 2038120. OLE color: 2038120.

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

Color convert

RGB1042531-
CMYK00.760.700.59
HSL355.44º61.24%25.29%-
HSV(B)355.44º75.96%40.78%-
XYZ6.33.741.69-
YUV49.3117.67167.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=65%
G=15.62%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104253100.760.700.59355.4461.2425.29
Hex68191F04C463B1633d19
Octal15031370114106735437531
Binary1101000110011111101001100100011011101110110001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68191F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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