#69070D

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

Shades of Pohutukawa #69070D

Tints of Pohutukawa #69070D

Color information

#69070D (or 0x69070D) is unknown color: approx Pohutukawa. HEX triplet: 69, 07 and 0D. RGB value is (105,7,13). Sum of RGB (Red+Green+Blue) = 105+7+13=125 (16% of max value = 765). Red value is 105 (41.41% from 255 or 84% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 105 - color contains mainly: red. Hex color #69070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69070D is #96F8F2. Grayscale: #252525. Windows color (decimal): -9894131 or 853865. OLE color: 853865.

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

Color convert

RGB105713-
CMYK00.930.880.59
HSL356.33º87.5%21.96%-
HSV(B)356.33º93.33%41.18%-
XYZ5.973.180.68-
YUV36.99114.47176.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 84%
GREEN value IS 7 (3.12% from 255) = 5.6%
BLUE value IS 13 (5.47% from 255) = 10.4%
R=84%
G=5.6%
B=10.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10571300.930.880.59356.3387.521.96
Hex697D05D583B1645816
Octal15171501351307354413026
Binary11010011111101010111011011000111011101100100101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69070D; }

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

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

<style>
 a { background-color: #69070D; }

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

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

<style>
 span { border-color: #69070D; }

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

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