Html Css Color HEX #5A0A1A Pohutukawa

📋 copy color: '#5A0A1A'

red 90 ◦ green 10 ◦ blue 26

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

Shades of Pohutukawa #5A0A1A

Tints of Pohutukawa #5A0A1A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.94%

 BLUE value IS 26 (10.55% from 255) = 20.63%

R = 71.43%
G = 7.94%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.65

RGB Variations

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

Color information

#5A0A1A (or 0x5A0A1A) is known color: Pohutukawa. HEX triplet: 5A, 0A and 1A. RGB value is (90,10,26). Sum of RGB (Red+Green+Blue) = 90+10+26=126 (16% of max value = 765). Red value is 90 (35.55% from 255 or 71.43% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0A1A is #A5F5E5. Grayscale: #232323. Windows color (decimal): -10876390 or 1706586. OLE color: 1706586.

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

Color convert

RGB 90 10 26 -
CMYK 0 0.89 0.71 0.65
HSL 348º 0.8% 0.2% -
HSV(B) 348º 0.89% 0.35% -
XYZ 4.51 2.47 1.22 -
YUV 35.74 122.5 166.7 -
System Red Green Blue C M Y K H S L
Decimal 90 10 26 0 0.89 0.71 0.65 348 0.8 0.2
Hex 5A A 1A 0 59 47 41 15C 50 14
Octal 132 12 32 0 131 107 101 534 120 24
Binary 1011010 1010 11010 0 1011001 1000111 1000001 101011100 1010000 10100

Color Harmonies of #5A0A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0A1A

Black with #5A0A1A

Text Example


Text Example

White with #5A0A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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