Html Css Color HEX #5A0E24 Pohutukawa

📋 copy color: '#5A0E24'

red 90 ◦ green 14 ◦ blue 36

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

Shades of Pohutukawa #5A0E24

Tints of Pohutukawa #5A0E24

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10%

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

R = 64.29%
G = 10%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#5A0E24 (or 0x5A0E24) is known color: Pohutukawa. HEX triplet: 5A, 0E and 24. RGB value is (90,14,36). Sum of RGB (Red+Green+Blue) = 90+14+36=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0E24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0E24 is #A5F1DB. Grayscale: #272727. Windows color (decimal): -10875356 or 2362970. OLE color: 2362970.

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

Color convert

RGB 90 14 36 -
CMYK 0 0.84 0.60 0.65
HSL 342.63º 0.73% 0.2% -
HSV(B) 342.63º 0.84% 0.35% -
XYZ 4.69 2.62 1.93 -
YUV 39.23 126.18 164.21 -
System Red Green Blue C M Y K H S L
Decimal 90 14 36 0 0.84 0.60 0.65 342.63 0.73 0.2
Hex 5A E 24 0 54 3C 41 157 49 14
Octal 132 16 44 0 124 74 101 527 111 24
Binary 1011010 1110 100100 0 1010100 111100 1000001 101010111 1001001 10100

Color Harmonies of #5A0E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0E24

Black with #5A0E24

Text Example


Text Example

White with #5A0E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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