Html Css Color HEX #5A0914 Pohutukawa

📋 copy color: '#5A0914'

red 90 ◦ green 9 ◦ blue 20

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

Shades of Pohutukawa #5A0914

Tints of Pohutukawa #5A0914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.81%

R = 75.63%
G = 7.56%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#5A0914 (or 0x5A0914) is known color: Pohutukawa. HEX triplet: 5A, 09 and 14. RGB value is (90,9,20). Sum of RGB (Red+Green+Blue) = 90+9+20=119 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75.63% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0914 is #A5F6EB. Grayscale: #222222. Windows color (decimal): -10876652 or 1313114. OLE color: 1313114.

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

Color convert

RGB 90 9 20 -
CMYK 0 0.9 0.78 0.65
HSL 351.85º 0.82% 0.19% -
HSV(B) 351.85º 0.9% 0.35% -
XYZ 4.44 2.42 0.89 -
YUV 34.47 119.84 167.61 -
System Red Green Blue C M Y K H S L
Decimal 90 9 20 0 0.9 0.78 0.65 351.85 0.82 0.19
Hex 5A 9 14 0 5A 4E 41 160 52 13
Octal 132 11 24 0 132 116 101 540 122 23
Binary 1011010 1001 10100 0 1011010 1001110 1000001 101100000 1010010 10011

Color Harmonies of #5A0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0914

Black with #5A0914

Text Example


Text Example

White with #5A0914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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