Html Css Color HEX #5A152A Pohutukawa

📋 copy color: '#5A152A'

red 90 ◦ green 21 ◦ blue 42

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

Shades of Pohutukawa #5A152A

Tints of Pohutukawa #5A152A

RGB

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

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

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

R = 58.82%
G = 13.73%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A152A (or 0x5A152A) is known color: Pohutukawa. HEX triplet: 5A, 15 and 2A. RGB value is (90,21,42). Sum of RGB (Red+Green+Blue) = 90+21+42=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A152A is #A5EAD5. Grayscale: #2C2C2C. Windows color (decimal): -10873558 or 2757978. OLE color: 2757978.

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

Color convert

RGB 90 21 42 -
CMYK 0 0.77 0.53 0.65
HSL 341.74º 0.62% 0.22% -
HSV(B) 341.74º 0.77% 0.35% -
XYZ 4.9 2.88 2.49 -
YUV 44.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 90 21 42 0 0.77 0.53 0.65 341.74 0.62 0.22
Hex 5A 15 2A 0 4D 35 41 156 3E 16
Octal 132 25 52 0 115 65 101 526 76 26
Binary 1011010 10101 101010 0 1001101 110101 1000001 101010110 111110 10110

Color Harmonies of #5A152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A152A

Black with #5A152A

Text Example


Text Example

White with #5A152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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