Html Css Color HEX #5A1124 Pohutukawa

📋 copy color: '#5A1124'

red 90 ◦ green 17 ◦ blue 36

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

Shades of Pohutukawa #5A1124

Tints of Pohutukawa #5A1124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.89%

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

R = 62.94%
G = 11.89%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.65

RGB Variations

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

Color information

#5A1124 (or 0x5A1124) is known color: Pohutukawa. HEX triplet: 5A, 11 and 24. RGB value is (90,17,36). Sum of RGB (Red+Green+Blue) = 90+17+36=143 (18% of max value = 765). Red value is 90 (35.55% from 255 or 62.94% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1124 is #A5EEDB. Grayscale: #282828. Windows color (decimal): -10874588 or 2363738. OLE color: 2363738.

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

Color convert

RGB 90 17 36 -
CMYK 0 0.81 0.60 0.65
HSL 344.38º 0.68% 0.21% -
HSV(B) 344.38º 0.81% 0.35% -
XYZ 4.74 2.7 1.94 -
YUV 40.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 90 17 36 0 0.81 0.60 0.65 344.38 0.68 0.21
Hex 5A 11 24 0 51 3C 41 158 44 15
Octal 132 21 44 0 121 74 101 530 104 25
Binary 1011010 10001 100100 0 1010001 111100 1000001 101011000 1000100 10101

Color Harmonies of #5A1124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1124

Black with #5A1124

Text Example


Text Example

White with #5A1124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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