Html Css Color HEX #5A040A Pohutukawa

📋 copy color: '#5A040A'

red 90 ◦ green 4 ◦ blue 10

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

Shades of Pohutukawa #5A040A

Tints of Pohutukawa #5A040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.85%

 BLUE value IS 10 (4.3% from 255) = 9.62%

R = 86.54%
G = 3.85%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#5A040A (or 0x5A040A) is known color: Pohutukawa. HEX triplet: 5A, 04 and 0A. RGB value is (90,4,10). Sum of RGB (Red+Green+Blue) = 90+4+10=104 (13% of max value = 765). Red value is 90 (35.55% from 255 or 86.54% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 10 (4.30% from 255 or 9.62% from 104); Max value from RGB is 90 - color contains mainly: red. Hex color #5A040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A040A is #A5FBF5. Grayscale: #1E1E1E. Windows color (decimal): -10877942 or 656474. OLE color: 656474.

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

Color convert

RGB 90 4 10 -
CMYK 0 0.96 0.89 0.65
HSL 355.81º 0.91% 0.18% -
HSV(B) 355.81º 0.96% 0.35% -
XYZ 4.31 2.28 0.5 -
YUV 30.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 90 4 10 0 0.96 0.89 0.65 355.81 0.91 0.18
Hex 5A 4 A 0 60 59 41 164 5B 12
Octal 132 4 12 0 140 131 101 544 133 22
Binary 1011010 100 1010 0 1100000 1011001 1000001 101100100 1011011 10010

Color Harmonies of #5A040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A040A

Black with #5A040A

Text Example


Text Example

White with #5A040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,4,10); }

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

background-color css

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

 a { background-color: rgb(90,4,10); }

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

border-color css

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

 span { border-color: rgb(90,4,10); }

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