Html Css Color HEX #5A112D Pohutukawa

📋 copy color: '#5A112D'

red 90 ◦ green 17 ◦ blue 45

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

Shades of Pohutukawa #5A112D

Tints of Pohutukawa #5A112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 29.61%

R = 59.21%
G = 11.18%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#5A112D (or 0x5A112D) is known color: Pohutukawa. HEX triplet: 5A, 11 and 2D. RGB value is (90,17,45). Sum of RGB (Red+Green+Blue) = 90+17+45=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A112D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A112D is #A5EED2. Grayscale: #292929. Windows color (decimal): -10874579 or 2953562. OLE color: 2953562.

HSL color Cylindrical-coordinate representation of color #5A112D: hue angle of 336.99º 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 #5A112D is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 17 45 -
CMYK 0 0.81 0.50 0.65
HSL 336.99º 0.68% 0.21% -
HSV(B) 336.99º 0.81% 0.35% -
XYZ 4.89 2.76 2.76 -
YUV 42.02 129.68 162.22 -
System Red Green Blue C M Y K H S L
Decimal 90 17 45 0 0.81 0.50 0.65 336.99 0.68 0.21
Hex 5A 11 2D 0 51 32 41 151 44 15
Octal 132 21 55 0 121 62 101 521 104 25
Binary 1011010 10001 101101 0 1010001 110010 1000001 101010001 1000100 10101

Color Harmonies of #5A112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A112D

Black with #5A112D

Text Example


Text Example

White with #5A112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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