Html Css Color HEX #5A132D Pohutukawa

📋 copy color: '#5A132D'

red 90 ◦ green 19 ◦ blue 45

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

Shades of Pohutukawa #5A132D

Tints of Pohutukawa #5A132D

RGB

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

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

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

R = 58.44%
G = 12.34%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.65

RGB Variations

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

Color information

#5A132D (or 0x5A132D) is known color: Pohutukawa. HEX triplet: 5A, 13 and 2D. RGB value is (90,19,45). Sum of RGB (Red+Green+Blue) = 90+19+45=154 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.44% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 45 (17.97% from 255 or 29.22% from 154); Max value from RGB is 90 - color contains mainly: red. Hex color #5A132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A132D is #A5ECD2. Grayscale: #2B2B2B. Windows color (decimal): -10874067 or 2954074. OLE color: 2954074.

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

Color convert

RGB 90 19 45 -
CMYK 0 0.79 0.50 0.65
HSL 338.03º 0.65% 0.21% -
HSV(B) 338.03º 0.79% 0.35% -
XYZ 4.92 2.83 2.77 -
YUV 43.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 90 19 45 0 0.79 0.50 0.65 338.03 0.65 0.21
Hex 5A 13 2D 0 4F 32 41 152 41 15
Octal 132 23 55 0 117 62 101 522 101 25
Binary 1011010 10011 101101 0 1001111 110010 1000001 101010010 1000001 10101

Color Harmonies of #5A132D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A132D

Black with #5A132D

Text Example


Text Example

White with #5A132D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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