#690D25

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

Shades of Pohutukawa #690D25

Tints of Pohutukawa #690D25

Color information

#690D25 (or 0x690D25) is unknown color: approx Pohutukawa. HEX triplet: 69, 0D and 25. RGB value is (105,13,37). Sum of RGB (Red+Green+Blue) = 105+13+37=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 13 (5.47% from 255 or 8.39% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #690D25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D25 is #96F2DA. Grayscale: #2B2B2B. Windows color (decimal): -9892571 or 2428265. OLE color: 2428265.

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

Color convert

RGB1051337-
CMYK00.880.650.59
HSL344.35º77.97%23.14%-
HSV(B)344.35º87.62%41.18%-
XYZ6.33.422.08-
YUV43.24124.48172.05-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.74%
GREEN value IS 13 (5.47% from 255) = 8.39%
BLUE value IS 37 (14.84% from 255) = 23.87%
R=67.74%
G=8.39%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105133700.880.650.59344.3577.9723.14
Hex69D25058413B1584e17
Octal151154501301017353011627
Binary11010011101100101010110001000001111011101011000100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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