Html Css Color HEX #5A132B Pohutukawa

📋 copy color: '#5A132B'

red 90 ◦ green 19 ◦ blue 43

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

Shades of Pohutukawa #5A132B

Tints of Pohutukawa #5A132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

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

R = 59.21%
G = 12.5%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#5A132B (or 0x5A132B) is known color: Pohutukawa. HEX triplet: 5A, 13 and 2B. RGB value is (90,19,43). Sum of RGB (Red+Green+Blue) = 90+19+43=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A132B is #A5ECD4. Grayscale: #2A2A2A. Windows color (decimal): -10874069 or 2823002. OLE color: 2823002.

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

Color convert

RGB 90 19 43 -
CMYK 0 0.79 0.52 0.65
HSL 339.72º 0.65% 0.21% -
HSV(B) 339.72º 0.79% 0.35% -
XYZ 4.89 2.81 2.57 -
YUV 42.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 90 19 43 0 0.79 0.52 0.65 339.72 0.65 0.21
Hex 5A 13 2B 0 4F 34 41 154 41 15
Octal 132 23 53 0 117 64 101 524 101 25
Binary 1011010 10011 101011 0 1001111 110100 1000001 101010100 1000001 10101

Color Harmonies of #5A132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A132B

Black with #5A132B

Text Example


Text Example

White with #5A132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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