Html Css Color HEX #690D2C Pohutukawa

📋 copy color: '#690D2C'

red 105 ◦ green 13 ◦ blue 44

#690D2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #690D2C

Tints of Pohutukawa #690D2C

RGB

 RED value IS 105 (41.41% from 255) = 64.81%

 GREEN value IS 13 (5.47% from 255) = 8.02%

 BLUE value IS 44 (17.58% from 255) = 27.16%

R = 64.81%
G = 8.02%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#690D2C (or 0x690D2C) is known color: Pohutukawa. HEX triplet: 69, 0D and 2C. RGB value is (105,13,44). Sum of RGB (Red+Green+Blue) = 105+13+44=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #690D2C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D2C is #96F2D3. Grayscale: #2C2C2C. Windows color (decimal): -9892564 or 2887017. OLE color: 2887017.

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

Color convert

RGB 105 13 44 -
CMYK 0 0.88 0.58 0.59
HSL 339.78º 0.78% 0.23% -
HSV(B) 339.78º 0.88% 0.41% -
XYZ 6.42 3.47 2.71 -
YUV 44.04 127.98 171.48 -
System Red Green Blue C M Y K H S L
Decimal 105 13 44 0 0.88 0.58 0.59 339.78 0.78 0.23
Hex 69 D 2C 0 58 3A 3B 154 4E 17
Octal 151 15 54 0 130 72 73 524 116 27
Binary 1101001 1101 101100 0 1011000 111010 111011 101010100 1001110 10111

Color Harmonies of #690D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D2C

Black with #690D2C

Text Example


Text Example

White with #690D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #690D2C;
 }
 .AnyTagClassName
 {
   color: #690D2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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