Html Css Color HEX #5A0915 Pohutukawa

📋 copy color: '#5A0915'

red 90 ◦ green 9 ◦ blue 21

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

Shades of Pohutukawa #5A0915

Tints of Pohutukawa #5A0915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 17.5%

R = 75%
G = 7.5%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#5A0915 (or 0x5A0915) is known color: Pohutukawa. HEX triplet: 5A, 09 and 15. RGB value is (90,9,21). Sum of RGB (Red+Green+Blue) = 90+9+21=120 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75% from 120); Green value is 9 (3.91% from 255 or 7.5% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0915 is #A5F6EA. Grayscale: #222222. Windows color (decimal): -10876651 or 1378650. OLE color: 1378650.

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

Color convert

RGB 90 9 21 -
CMYK 0 0.9 0.77 0.65
HSL 351.11º 0.82% 0.19% -
HSV(B) 351.11º 0.9% 0.35% -
XYZ 4.45 2.42 0.94 -
YUV 34.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 90 9 21 0 0.9 0.77 0.65 351.11 0.82 0.19
Hex 5A 9 15 0 5A 4D 41 15F 52 13
Octal 132 11 25 0 132 115 101 537 122 23
Binary 1011010 1001 10101 0 1011010 1001101 1000001 101011111 1010010 10011

Color Harmonies of #5A0915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0915

Black with #5A0915

Text Example


Text Example

White with #5A0915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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