Html Css Color HEX #5A0710 Pohutukawa

📋 copy color: '#5A0710'

red 90 ◦ green 7 ◦ blue 16

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

Shades of Pohutukawa #5A0710

Tints of Pohutukawa #5A0710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.19%

 BLUE value IS 16 (6.64% from 255) = 14.16%

R = 79.65%
G = 6.19%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#5A0710 (or 0x5A0710) is known color: Pohutukawa. HEX triplet: 5A, 07 and 10. RGB value is (90,7,16). Sum of RGB (Red+Green+Blue) = 90+7+16=113 (14% of max value = 765). Red value is 90 (35.55% from 255 or 79.65% from 113); Green value is 7 (3.12% from 255 or 6.19% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0710 is #A5F8EF. Grayscale: #202020. Windows color (decimal): -10877168 or 1050458. OLE color: 1050458.

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

Color convert

RGB 90 7 16 -
CMYK 0 0.92 0.82 0.65
HSL 353.49º 0.86% 0.19% -
HSV(B) 353.49º 0.92% 0.35% -
XYZ 4.39 2.36 0.72 -
YUV 32.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 90 7 16 0 0.92 0.82 0.65 353.49 0.86 0.19
Hex 5A 7 10 0 5C 52 41 161 56 13
Octal 132 7 20 0 134 122 101 541 126 23
Binary 1011010 111 10000 0 1011100 1010010 1000001 101100001 1010110 10011

Color Harmonies of #5A0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0710

Black with #5A0710

Text Example


Text Example

White with #5A0710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,7,16); }

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

background-color css

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

 a { background-color: rgb(90,7,16); }

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

border-color css

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

 span { border-color: rgb(90,7,16); }

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