#67091E

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

Shades of Pohutukawa #67091E

Tints of Pohutukawa #67091E

Color information

#67091E (or 0x67091E) is unknown color: approx Pohutukawa. HEX triplet: 67, 09 and 1E. RGB value is (103,9,30). Sum of RGB (Red+Green+Blue) = 103+9+30=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #67091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67091E is #98F6E1. Grayscale: #272727. Windows color (decimal): -10024674 or 1968487. OLE color: 1968487.

HSL color Cylindrical-coordinate representation of color #67091E: hue angle of 346.6º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #67091E is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.60.

Color convert

RGB103930-
CMYK00.910.710.60
HSL346.6º83.93%21.96%-
HSV(B)346.6º91.26%40.39%-
XYZ5.933.171.53-
YUV39.5122.64173.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 72.54%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=72.54%
G=6.34%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10393000.910.710.60346.683.9321.96
Hex6791E05B473C15b5416
Octal147113601331077453312426
Binary1100111100111110010110111000111111100101011011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67091E; }

 p { color: rgb(103,9,30); }

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

<style>
 a { background-color: #67091E; }

 a { background-color: rgb(103,9,30); }

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

<style>
 span { border-color: #67091E; }

 span { border-color: rgb(103,9,30); }

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