Html Css Color HEX #5A0D24 Pohutukawa

📋 copy color: '#5A0D24'

red 90 ◦ green 13 ◦ blue 36

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

Shades of Pohutukawa #5A0D24

Tints of Pohutukawa #5A0D24

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.35%

 BLUE value IS 36 (14.45% from 255) = 25.9%

R = 64.75%
G = 9.35%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#5A0D24 (or 0x5A0D24) is known color: Pohutukawa. HEX triplet: 5A, 0D and 24. RGB value is (90,13,36). Sum of RGB (Red+Green+Blue) = 90+13+36=139 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.75% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0D24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0D24 is #A5F2DB. Grayscale: #262626. Windows color (decimal): -10875612 or 2362714. OLE color: 2362714.

HSL color Cylindrical-coordinate representation of color #5A0D24: hue angle of 342.08º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A0D24 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 13 36 -
CMYK 0 0.86 0.60 0.65
HSL 342.08º 0.75% 0.2% -
HSV(B) 342.08º 0.86% 0.35% -
XYZ 4.68 2.59 1.92 -
YUV 38.65 126.51 164.63 -
System Red Green Blue C M Y K H S L
Decimal 90 13 36 0 0.86 0.60 0.65 342.08 0.75 0.2
Hex 5A D 24 0 56 3C 41 156 4B 14
Octal 132 15 44 0 126 74 101 526 113 24
Binary 1011010 1101 100100 0 1010110 111100 1000001 101010110 1001011 10100

Color Harmonies of #5A0D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0D24

Black with #5A0D24

Text Example


Text Example

White with #5A0D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,13,36); }

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

background-color css

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

 a { background-color: rgb(90,13,36); }

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

border-color css

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

 span { border-color: rgb(90,13,36); }

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