Html Css Color HEX #5A091E Pohutukawa

📋 copy color: '#5A091E'

red 90 ◦ green 9 ◦ blue 30

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

Shades of Pohutukawa #5A091E

Tints of Pohutukawa #5A091E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 23.26%

R = 69.77%
G = 6.98%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A091E (or 0x5A091E) is known color: Pohutukawa. HEX triplet: 5A, 09 and 1E. RGB value is (90,9,30). Sum of RGB (Red+Green+Blue) = 90+9+30=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A091E is #A5F6E1. Grayscale: #232323. Windows color (decimal): -10876642 or 1968474. OLE color: 1968474.

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

Color convert

RGB 90 9 30 -
CMYK 0 0.9 0.67 0.65
HSL 344.44º 0.82% 0.19% -
HSV(B) 344.44º 0.9% 0.35% -
XYZ 4.55 2.46 1.46 -
YUV 35.61 124.84 166.79 -
System Red Green Blue C M Y K H S L
Decimal 90 9 30 0 0.9 0.67 0.65 344.44 0.82 0.19
Hex 5A 9 1E 0 5A 43 41 158 52 13
Octal 132 11 36 0 132 103 101 530 122 23
Binary 1011010 1001 11110 0 1011010 1000011 1000001 101011000 1010010 10011

Color Harmonies of #5A091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A091E

Black with #5A091E

Text Example


Text Example

White with #5A091E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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