Html Css Color HEX #5A0B22 Pohutukawa

📋 copy color: '#5A0B22'

red 90 ◦ green 11 ◦ blue 34

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

Shades of Pohutukawa #5A0B22

Tints of Pohutukawa #5A0B22

RGB

 RED value IS 90 (35.55% from 255) = 66.67%

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

 BLUE value IS 34 (13.67% from 255) = 25.19%

R = 66.67%
G = 8.15%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#5A0B22 (or 0x5A0B22) is known color: Pohutukawa. HEX triplet: 5A, 0B and 22. RGB value is (90,11,34). Sum of RGB (Red+Green+Blue) = 90+11+34=135 (17% of max value = 765). Red value is 90 (35.55% from 255 or 66.67% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0B22 is #A5F4DD. Grayscale: #252525. Windows color (decimal): -10876126 or 2231130. OLE color: 2231130.

HSL color Cylindrical-coordinate representation of color #5A0B22: hue angle of 342.53º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A0B22 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 11 34 -
CMYK 0 0.88 0.62 0.65
HSL 342.53º 0.78% 0.2% -
HSV(B) 342.53º 0.88% 0.35% -
XYZ 4.62 2.53 1.76 -
YUV 37.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 90 11 34 0 0.88 0.62 0.65 342.53 0.78 0.2
Hex 5A B 22 0 58 3E 41 157 4E 14
Octal 132 13 42 0 130 76 101 527 116 24
Binary 1011010 1011 100010 0 1011000 111110 1000001 101010111 1001110 10100

Color Harmonies of #5A0B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0B22

Black with #5A0B22

Text Example


Text Example

White with #5A0B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A0B22; }

 p { color: rgb(90,11,34); }

 H1.HeaderClassName
 {
   color: #5A0B22;
 }
 .AnyTagClassName
 {
   color: #5A0B22;
 }
</style>

background-color css

<style>
 a { background-color: #5A0B22; }

 a { background-color: rgb(90,11,34); }

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

border-color css

<style>
 span { border-color: #5A0B22; }

 span { border-color: rgb(90,11,34); }

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