#67081C

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

Shades of Pohutukawa #67081C

Tints of Pohutukawa #67081C

Color information

#67081C (or 0x67081C) is unknown color: approx Pohutukawa. HEX triplet: 67, 08 and 1C. RGB value is (103,8,28). Sum of RGB (Red+Green+Blue) = 103+8+28=139 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.10% from 139); Green value is 8 (3.52% from 255 or 5.76% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 103 - color contains mainly: red. Hex color #67081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67081C is #98F7E3. Grayscale: #262626. Windows color (decimal): -10024932 or 1837159. OLE color: 1837159.

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

Color convert

RGB103828-
CMYK00.920.730.60
HSL347.37º85.59%21.76%-
HSV(B)347.37º92.23%40.39%-
XYZ5.893.141.39-
YUV38.68121.97173.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 74.10%
GREEN value IS 8 (3.52% from 255) = 5.76%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=74.10%
G=5.76%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.73
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10382800.920.730.60347.3785.5921.76
Hex6781C05C493C15b5616
Octal147103401341117453312626
Binary1100111100011100010111001001001111100101011011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67081C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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