Html Css Color HEX #5A152C Pohutukawa

📋 copy color: '#5A152C'

red 90 ◦ green 21 ◦ blue 44

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

Shades of Pohutukawa #5A152C

Tints of Pohutukawa #5A152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.55%

 BLUE value IS 44 (17.58% from 255) = 28.39%

R = 58.06%
G = 13.55%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.65

RGB Variations

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

Color information

#5A152C (or 0x5A152C) is known color: Pohutukawa. HEX triplet: 5A, 15 and 2C. RGB value is (90,21,44). Sum of RGB (Red+Green+Blue) = 90+21+44=155 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.06% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 90 - color contains mainly: red. Hex color #5A152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A152C is #A5EAD3. Grayscale: #2C2C2C. Windows color (decimal): -10873556 or 2889050. OLE color: 2889050.

HSL color Cylindrical-coordinate representation of color #5A152C: hue angle of 340º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A152C is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 21 44 -
CMYK 0 0.77 0.51 0.65
HSL 340º 0.62% 0.22% -
HSV(B) 340º 0.77% 0.35% -
XYZ 4.94 2.89 2.68 -
YUV 44.25 127.86 160.63 -
System Red Green Blue C M Y K H S L
Decimal 90 21 44 0 0.77 0.51 0.65 340 0.62 0.22
Hex 5A 15 2C 0 4D 33 41 154 3E 16
Octal 132 25 54 0 115 63 101 524 76 26
Binary 1011010 10101 101100 0 1001101 110011 1000001 101010100 111110 10110

Color Harmonies of #5A152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A152C

Black with #5A152C

Text Example


Text Example

White with #5A152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,21,44); }

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

background-color css

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

 a { background-color: rgb(90,21,44); }

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

border-color css

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

 span { border-color: rgb(90,21,44); }

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