Html Css Color HEX #5A040C Pohutukawa

📋 copy color: '#5A040C'

red 90 ◦ green 4 ◦ blue 12

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

Shades of Pohutukawa #5A040C

Tints of Pohutukawa #5A040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 11.32%

R = 84.91%
G = 3.77%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#5A040C (or 0x5A040C) is known color: Pohutukawa. HEX triplet: 5A, 04 and 0C. RGB value is (90,4,12). Sum of RGB (Red+Green+Blue) = 90+4+12=106 (14% of max value = 765). Red value is 90 (35.55% from 255 or 84.91% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 90 - color contains mainly: red. Hex color #5A040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A040C is #A5FBF3. Grayscale: #1E1E1E. Windows color (decimal): -10877940 or 787546. OLE color: 787546.

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

Color convert

RGB 90 4 12 -
CMYK 0 0.96 0.87 0.65
HSL 354.42º 0.91% 0.18% -
HSV(B) 354.42º 0.96% 0.35% -
XYZ 4.33 2.29 0.56 -
YUV 30.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 90 4 12 0 0.96 0.87 0.65 354.42 0.91 0.18
Hex 5A 4 C 0 60 57 41 162 5B 12
Octal 132 4 14 0 140 127 101 542 133 22
Binary 1011010 100 1100 0 1100000 1010111 1000001 101100010 1011011 10010

Color Harmonies of #5A040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A040C

Black with #5A040C

Text Example


Text Example

White with #5A040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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