Html Css Color HEX #690B24 Pohutukawa

📋 copy color: '#690B24'

red 105 ◦ green 11 ◦ blue 36

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

Shades of Pohutukawa #690B24

Tints of Pohutukawa #690B24

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.24%

 BLUE value IS 36 (14.45% from 255) = 23.68%

R = 69.08%
G = 7.24%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.59

RGB Variations

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

Color information

#690B24 (or 0x690B24) is known color: Pohutukawa. HEX triplet: 69, 0B and 24. RGB value is (105,11,36). Sum of RGB (Red+Green+Blue) = 105+11+36=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #690B24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690B24 is #96F4DB. Grayscale: #292929. Windows color (decimal): -9893084 or 2362217. OLE color: 2362217.

HSL color Cylindrical-coordinate representation of color #690B24: hue angle of 344.04º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690B24 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 11 36 -
CMYK 0 0.90 0.66 0.59
HSL 344.04º 0.81% 0.23% -
HSV(B) 344.04º 0.9% 0.41% -
XYZ 6.26 3.37 1.99 -
YUV 41.96 124.64 172.97 -
System Red Green Blue C M Y K H S L
Decimal 105 11 36 0 0.90 0.66 0.59 344.04 0.81 0.23
Hex 69 B 24 0 5A 42 3B 158 51 17
Octal 151 13 44 0 132 102 73 530 121 27
Binary 1101001 1011 100100 0 1011010 1000010 111011 101011000 1010001 10111

Color Harmonies of #690B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B24

Black with #690B24

Text Example


Text Example

White with #690B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,11,36); }

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

background-color css

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

 a { background-color: rgb(105,11,36); }

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

border-color css

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

 span { border-color: rgb(105,11,36); }

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