Html Css Color HEX #5A0C16 Pohutukawa

📋 copy color: '#5A0C16'

red 90 ◦ green 12 ◦ blue 22

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

Shades of Pohutukawa #5A0C16

Tints of Pohutukawa #5A0C16

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.68%

 BLUE value IS 22 (8.98% from 255) = 17.74%

R = 72.58%
G = 9.68%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#5A0C16 (or 0x5A0C16) is known color: Pohutukawa. HEX triplet: 5A, 0C and 16. RGB value is (90,12,22). Sum of RGB (Red+Green+Blue) = 90+12+22=124 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72.58% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0C16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0C16 is #A5F3E9. Grayscale: #242424. Windows color (decimal): -10875882 or 1444954. OLE color: 1444954.

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

Color convert

RGB 90 12 22 -
CMYK 0 0.87 0.76 0.65
HSL 352.31º 0.76% 0.2% -
HSV(B) 352.31º 0.87% 0.35% -
XYZ 4.49 2.49 1 -
YUV 36.46 119.84 166.19 -
System Red Green Blue C M Y K H S L
Decimal 90 12 22 0 0.87 0.76 0.65 352.31 0.76 0.2
Hex 5A C 16 0 57 4C 41 160 4C 14
Octal 132 14 26 0 127 114 101 540 114 24
Binary 1011010 1100 10110 0 1010111 1001100 1000001 101100000 1001100 10100

Color Harmonies of #5A0C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0C16

Black with #5A0C16

Text Example


Text Example

White with #5A0C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,12,22); }

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

background-color css

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

 a { background-color: rgb(90,12,22); }

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

border-color css

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

 span { border-color: rgb(90,12,22); }

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