Html Css Color HEX #5A112A Pohutukawa

📋 copy color: '#5A112A'

red 90 ◦ green 17 ◦ blue 42

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

Shades of Pohutukawa #5A112A

Tints of Pohutukawa #5A112A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.19%

R = 60.4%
G = 11.41%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A112A (or 0x5A112A) is known color: Pohutukawa. HEX triplet: 5A, 11 and 2A. RGB value is (90,17,42). Sum of RGB (Red+Green+Blue) = 90+17+42=149 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.40% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 90 - color contains mainly: red. Hex color #5A112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A112A is #A5EED5. Grayscale: #292929. Windows color (decimal): -10874582 or 2756954. OLE color: 2756954.

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

Color convert

RGB 90 17 42 -
CMYK 0 0.81 0.53 0.65
HSL 339.45º 0.68% 0.21% -
HSV(B) 339.45º 0.81% 0.35% -
XYZ 4.83 2.74 2.46 -
YUV 41.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 90 17 42 0 0.81 0.53 0.65 339.45 0.68 0.21
Hex 5A 11 2A 0 51 35 41 153 44 15
Octal 132 21 52 0 121 65 101 523 104 25
Binary 1011010 10001 101010 0 1010001 110101 1000001 101010011 1000100 10101

Color Harmonies of #5A112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A112A

Black with #5A112A

Text Example


Text Example

White with #5A112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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