#69071B

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

Shades of Pohutukawa #69071B

Tints of Pohutukawa #69071B

Color information

#69071B (or 0x69071B) is unknown color: approx Pohutukawa. HEX triplet: 69, 07 and 1B. RGB value is (105,7,27). Sum of RGB (Red+Green+Blue) = 105+7+27=139 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75.54% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 105 - color contains mainly: red. Hex color #69071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69071B is #96F8E4. Grayscale: #262626. Windows color (decimal): -9894117 or 1771369. OLE color: 1771369.

HSL color Cylindrical-coordinate representation of color #69071B: hue angle of 347.76º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69071B is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB105727-
CMYK00.930.740.59
HSL347.76º87.5%21.96%-
HSV(B)347.76º93.33%41.18%-
XYZ6.13.231.34-
YUV38.58121.47175.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 75.54%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 27 (10.94% from 255) = 19.42%
R=75.54%
G=5.04%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10572700.930.740.59347.7687.521.96
Hex6971B05D4A3B15c5816
Octal15173301351127353413026
Binary110100111111011010111011001010111011101011100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69071B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,7,27); }

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

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

 a { background-color: rgb(105,7,27); }

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

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

 span { border-color: rgb(105,7,27); }

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