Html Css Color HEX #5A111E Pohutukawa

📋 copy color: '#5A111E'

red 90 ◦ green 17 ◦ blue 30

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

Shades of Pohutukawa #5A111E

Tints of Pohutukawa #5A111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.41%

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

R = 65.69%
G = 12.41%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A111E (or 0x5A111E) is known color: Pohutukawa. HEX triplet: 5A, 11 and 1E. RGB value is (90,17,30). Sum of RGB (Red+Green+Blue) = 90+17+30=137 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.69% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 90 - color contains mainly: red. Hex color #5A111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A111E is #A5EEE1. Grayscale: #282828. Windows color (decimal): -10874594 or 1970522. OLE color: 1970522.

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

Color convert

RGB 90 17 30 -
CMYK 0 0.81 0.67 0.65
HSL 349.32º 0.68% 0.21% -
HSV(B) 349.32º 0.81% 0.35% -
XYZ 4.65 2.67 1.5 -
YUV 40.31 122.18 163.44 -
System Red Green Blue C M Y K H S L
Decimal 90 17 30 0 0.81 0.67 0.65 349.32 0.68 0.21
Hex 5A 11 1E 0 51 43 41 15D 44 15
Octal 132 21 36 0 121 103 101 535 104 25
Binary 1011010 10001 11110 0 1010001 1000011 1000001 101011101 1000100 10101

Color Harmonies of #5A111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A111E

Black with #5A111E

Text Example


Text Example

White with #5A111E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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