#67191C

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

Shades of Pohutukawa #67191C

Tints of Pohutukawa #67191C

Color information

#67191C (or 0x67191C) is unknown color: approx Pohutukawa. HEX triplet: 67, 19 and 1C. RGB value is (103,25,28). Sum of RGB (Red+Green+Blue) = 103+25+28=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #67191C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67191C is #98E6E3. Grayscale: #303030. Windows color (decimal): -10020580 or 1841511. OLE color: 1841511.

HSL color Cylindrical-coordinate representation of color #67191C: hue angle of 357.69º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67191C is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.60.

Color convert

RGB1032528-
CMYK00.760.730.60
HSL357.69º60.94%25.1%-
HSV(B)357.69º75.73%40.39%-
XYZ6.153.661.48-
YUV48.66116.34166.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 66.03%
GREEN value IS 25 (10.16% from 255) = 16.03%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=66.03%
G=16.03%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103252800.760.730.60357.6960.9425.1
Hex67191C04C493C1663d19
Octal14731340114111745467531
Binary1100111110011110001001100100100111110010110011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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