#69071A

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

Shades of Pohutukawa #69071A

Tints of Pohutukawa #69071A

Color information

#69071A (or 0x69071A) is unknown color: approx Pohutukawa. HEX triplet: 69, 07 and 1A. RGB value is (105,7,26). Sum of RGB (Red+Green+Blue) = 105+7+26=138 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.09% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 105 - color contains mainly: red. Hex color #69071A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69071A is #96F8E5. Grayscale: #262626. Windows color (decimal): -9894118 or 1705833. OLE color: 1705833.

HSL color Cylindrical-coordinate representation of color #69071A: hue angle of 348.37º 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 #69071A is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB105726-
CMYK00.930.750.59
HSL348.37º87.5%21.96%-
HSV(B)348.37º93.33%41.18%-
XYZ6.093.231.28-
YUV38.47120.97175.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 76.09%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=76.09%
G=5.07%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10572600.930.750.59348.3787.521.96
Hex6971A05D4B3B15c5816
Octal15173201351137353413026
Binary110100111111010010111011001011111011101011100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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