#69081B

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

Shades of Pohutukawa #69081B

Tints of Pohutukawa #69081B

Color information

#69081B (or 0x69081B) is unknown color: approx Pohutukawa. HEX triplet: 69, 08 and 1B. RGB value is (105,8,27). Sum of RGB (Red+Green+Blue) = 105+8+27=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 8 (3.52% from 255 or 5.71% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #69081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69081B is #96F7E4. Grayscale: #272727. Windows color (decimal): -9893861 or 1771625. OLE color: 1771625.

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

Color convert

RGB105827-
CMYK00.920.740.59
HSL348.25º85.84%22.16%-
HSV(B)348.25º92.38%41.18%-
XYZ6.113.261.34-
YUV39.17121.14174.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 75%
GREEN value IS 8 (3.52% from 255) = 5.71%
BLUE value IS 27 (10.94% from 255) = 19.29%
R=75%
G=5.71%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10582700.920.740.59348.2585.8422.16
Hex6981B05C4A3B15c5616
Octal151103301341127353412626
Binary1101001100011011010111001001010111011101011100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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