Html Css Color HEX #5A0919 Pohutukawa

📋 copy color: '#5A0919'

red 90 ◦ green 9 ◦ blue 25

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

Shades of Pohutukawa #5A0919

Tints of Pohutukawa #5A0919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.26%

 BLUE value IS 25 (10.16% from 255) = 20.16%

R = 72.58%
G = 7.26%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.72

 K value IS 0.65

RGB Variations

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

Color information

#5A0919 (or 0x5A0919) is known color: Pohutukawa. HEX triplet: 5A, 09 and 19. RGB value is (90,9,25). Sum of RGB (Red+Green+Blue) = 90+9+25=124 (16% of max value = 765). Red value is 90 (35.55% from 255 or 72.58% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0919 is #A5F6E6. Grayscale: #232323. Windows color (decimal): -10876647 or 1640794. OLE color: 1640794.

HSL color Cylindrical-coordinate representation of color #5A0919: hue angle of 348.15º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0919 is Cyan = 0, Magento = 0.9, Yellow = 0.72 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 9 25 -
CMYK 0 0.9 0.72 0.65
HSL 348.15º 0.82% 0.19% -
HSV(B) 348.15º 0.9% 0.35% -
XYZ 4.49 2.44 1.15 -
YUV 35.04 122.34 167.2 -
System Red Green Blue C M Y K H S L
Decimal 90 9 25 0 0.9 0.72 0.65 348.15 0.82 0.19
Hex 5A 9 19 0 5A 48 41 15C 52 13
Octal 132 11 31 0 132 110 101 534 122 23
Binary 1011010 1001 11001 0 1011010 1001000 1000001 101011100 1010010 10011

Color Harmonies of #5A0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0919

Black with #5A0919

Text Example


Text Example

White with #5A0919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,9,25); }

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

background-color css

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

 a { background-color: rgb(90,9,25); }

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

border-color css

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

 span { border-color: rgb(90,9,25); }

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