Html Css Color HEX #5A112B Pohutukawa

📋 copy color: '#5A112B'

red 90 ◦ green 17 ◦ blue 43

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

Shades of Pohutukawa #5A112B

Tints of Pohutukawa #5A112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.67%

R = 60%
G = 11.33%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#5A112B (or 0x5A112B) is known color: Pohutukawa. HEX triplet: 5A, 11 and 2B. RGB value is (90,17,43). Sum of RGB (Red+Green+Blue) = 90+17+43=150 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 90 - color contains mainly: red. Hex color #5A112B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A112B is #A5EED4. Grayscale: #292929. Windows color (decimal): -10874581 or 2822490. OLE color: 2822490.

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

Color convert

RGB 90 17 43 -
CMYK 0 0.81 0.52 0.65
HSL 338.63º 0.68% 0.21% -
HSV(B) 338.63º 0.81% 0.35% -
XYZ 4.85 2.75 2.56 -
YUV 41.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 90 17 43 0 0.81 0.52 0.65 338.63 0.68 0.21
Hex 5A 11 2B 0 51 34 41 153 44 15
Octal 132 21 53 0 121 64 101 523 104 25
Binary 1011010 10001 101011 0 1010001 110100 1000001 101010011 1000100 10101

Color Harmonies of #5A112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A112B

Black with #5A112B

Text Example


Text Example

White with #5A112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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