#67091B

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

Shades of Pohutukawa #67091B

Tints of Pohutukawa #67091B

Color information

#67091B (or 0x67091B) is unknown color: approx Pohutukawa. HEX triplet: 67, 09 and 1B. RGB value is (103,9,27). Sum of RGB (Red+Green+Blue) = 103+9+27=139 (18% of max value = 765). Red value is 103 (40.62% from 255 or 74.10% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 103 - color contains mainly: red. Hex color #67091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #67091B is #98F6E4. Grayscale: #272727. Windows color (decimal): -10024677 or 1771879. OLE color: 1771879.

HSL color Cylindrical-coordinate representation of color #67091B: hue angle of 348.51º 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 #67091B is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.60.

Color convert

RGB103927-
CMYK00.910.740.60
HSL348.51º83.93%21.96%-
HSV(B)348.51º91.26%40.39%-
XYZ5.893.161.34-
YUV39.16121.14173.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 74.10%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 27 (10.94% from 255) = 19.42%
R=74.10%
G=6.47%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10392700.910.740.60348.5183.9321.96
Hex6791B05B4A3C15d5416
Octal147113301331127453512426
Binary1100111100111011010110111001010111100101011101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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