#68191C

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

Shades of Pohutukawa #68191C

Tints of Pohutukawa #68191C

Color information

#68191C (or 0x68191C) is unknown color: approx Pohutukawa. HEX triplet: 68, 19 and 1C. RGB value is (104,25,28). Sum of RGB (Red+Green+Blue) = 104+25+28=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #68191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68191C is #97E6E3. Grayscale: #313131. Windows color (decimal): -9955044 or 1841512. OLE color: 1841512.

HSL color Cylindrical-coordinate representation of color #68191C: hue angle of 357.72º 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 #68191C is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1042528-
CMYK00.760.730.59
HSL357.72º61.24%25.29%-
HSV(B)357.72º75.96%40.78%-
XYZ6.273.721.49-
YUV48.96116.17167.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 25 (10.16% from 255) = 15.92%
BLUE value IS 28 (11.33% from 255) = 17.83%
R=66.24%
G=15.92%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104252800.760.730.59357.7261.2425.29
Hex68191C04C493B1663d19
Octal15031340114111735467531
Binary1101000110011110001001100100100111101110110011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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