Html Css Color HEX #5A050E Pohutukawa

📋 copy color: '#5A050E'

red 90 ◦ green 5 ◦ blue 14

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

Shades of Pohutukawa #5A050E

Tints of Pohutukawa #5A050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.59%

 BLUE value IS 14 (5.86% from 255) = 12.84%

R = 82.57%
G = 4.59%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A050E (or 0x5A050E) is known color: Pohutukawa. HEX triplet: 5A, 05 and 0E. RGB value is (90,5,14). Sum of RGB (Red+Green+Blue) = 90+5+14=109 (14% of max value = 765). Red value is 90 (35.55% from 255 or 82.57% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 90 - color contains mainly: red. Hex color #5A050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A050E is #A5FAF1. Grayscale: #1F1F1F. Windows color (decimal): -10877682 or 918874. OLE color: 918874.

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

Color convert

RGB 90 5 14 -
CMYK 0 0.94 0.84 0.65
HSL 353.65º 0.89% 0.19% -
HSV(B) 353.65º 0.94% 0.35% -
XYZ 4.35 2.31 0.63 -
YUV 31.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 90 5 14 0 0.94 0.84 0.65 353.65 0.89 0.19
Hex 5A 5 E 0 5E 54 41 162 59 13
Octal 132 5 16 0 136 124 101 542 131 23
Binary 1011010 101 1110 0 1011110 1010100 1000001 101100010 1011001 10011

Color Harmonies of #5A050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A050E

Black with #5A050E

Text Example


Text Example

White with #5A050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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