Html Css Color HEX #690D21 Pohutukawa

📋 copy color: '#690D21'

red 105 ◦ green 13 ◦ blue 33

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

Shades of Pohutukawa #690D21

Tints of Pohutukawa #690D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.85%

R = 69.54%
G = 8.61%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#690D21 (or 0x690D21) is known color: Pohutukawa. HEX triplet: 69, 0D and 21. RGB value is (105,13,33). Sum of RGB (Red+Green+Blue) = 105+13+33=151 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.54% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 105 - color contains mainly: red. Hex color #690D21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690D21 is #96F2DE. Grayscale: #2A2A2A. Windows color (decimal): -9892575 or 2166121. OLE color: 2166121.

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

Color convert

RGB 105 13 33 -
CMYK 0 0.88 0.69 0.59
HSL 346.96º 0.78% 0.23% -
HSV(B) 346.96º 0.88% 0.41% -
XYZ 6.24 3.4 1.77 -
YUV 42.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 105 13 33 0 0.88 0.69 0.59 346.96 0.78 0.23
Hex 69 D 21 0 58 45 3B 15B 4E 17
Octal 151 15 41 0 130 105 73 533 116 27
Binary 1101001 1101 100001 0 1011000 1000101 111011 101011011 1001110 10111

Color Harmonies of #690D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D21

Black with #690D21

Text Example


Text Example

White with #690D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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