Html Css Color HEX #5A121E Pohutukawa

📋 copy color: '#5A121E'

red 90 ◦ green 18 ◦ blue 30

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

Shades of Pohutukawa #5A121E

Tints of Pohutukawa #5A121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

 BLUE value IS 30 (12.11% from 255) = 21.74%

R = 65.22%
G = 13.04%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A121E (or 0x5A121E) is known color: Pohutukawa. HEX triplet: 5A, 12 and 1E. RGB value is (90,18,30). Sum of RGB (Red+Green+Blue) = 90+18+30=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A121E is #A5EDE1. Grayscale: #282828. Windows color (decimal): -10874338 or 1970778. OLE color: 1970778.

HSL color Cylindrical-coordinate representation of color #5A121E: hue angle of 350º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A121E is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 18 30 -
CMYK 0 0.80 0.67 0.65
HSL 350º 0.67% 0.21% -
HSV(B) 350º 0.8% 0.35% -
XYZ 4.67 2.7 1.5 -
YUV 40.9 121.85 163.02 -
System Red Green Blue C M Y K H S L
Decimal 90 18 30 0 0.80 0.67 0.65 350 0.67 0.21
Hex 5A 12 1E 0 50 43 41 15E 43 15
Octal 132 22 36 0 120 103 101 536 103 25
Binary 1011010 10010 11110 0 1010000 1000011 1000001 101011110 1000011 10101

Color Harmonies of #5A121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A121E

Black with #5A121E

Text Example


Text Example

White with #5A121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,18,30); }

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

background-color css

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

 a { background-color: rgb(90,18,30); }

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

border-color css

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

 span { border-color: rgb(90,18,30); }

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