#690D27

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

Shades of Pohutukawa #690D27

Tints of Pohutukawa #690D27

Color information

#690D27 (or 0x690D27) is unknown color: approx Pohutukawa. HEX triplet: 69, 0D and 27. RGB value is (105,13,39). Sum of RGB (Red+Green+Blue) = 105+13+39=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 13 (5.47% from 255 or 8.28% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #690D27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D27 is #96F2D8. Grayscale: #2B2B2B. Windows color (decimal): -9892569 or 2559337. OLE color: 2559337.

HSL color Cylindrical-coordinate representation of color #690D27: hue angle of 343.04º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #690D27 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1051339-
CMYK00.880.630.59
HSL343.04º77.97%23.14%-
HSV(B)343.04º87.62%41.18%-
XYZ6.343.442.25-
YUV43.47125.48171.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.88%
GREEN value IS 13 (5.47% from 255) = 8.28%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=66.88%
G=8.28%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105133900.880.630.59343.0477.9723.14
Hex69D270583F3B1574e17
Octal15115470130777352711627
Binary1101001110110011101011000111111111011101010111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690D27; }

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

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

<style>
 a { background-color: #690D27; }

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

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

<style>
 span { border-color: #690D27; }

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

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