Html Css Color HEX #5A1526 Pohutukawa

📋 copy color: '#5A1526'

red 90 ◦ green 21 ◦ blue 38

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

Shades of Pohutukawa #5A1526

Tints of Pohutukawa #5A1526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.09%

 BLUE value IS 38 (15.23% from 255) = 25.5%

R = 60.4%
G = 14.09%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.65

RGB Variations

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

Color information

#5A1526 (or 0x5A1526) is known color: Pohutukawa. HEX triplet: 5A, 15 and 26. RGB value is (90,21,38). Sum of RGB (Red+Green+Blue) = 90+21+38=149 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.40% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1526 is #A5EAD9. Grayscale: #2B2B2B. Windows color (decimal): -10873562 or 2495834. OLE color: 2495834.

HSL color Cylindrical-coordinate representation of color #5A1526: hue angle of 345.22º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1526 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 21 38 -
CMYK 0 0.77 0.58 0.65
HSL 345.22º 0.62% 0.22% -
HSV(B) 345.22º 0.77% 0.35% -
XYZ 4.83 2.85 2.13 -
YUV 43.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 90 21 38 0 0.77 0.58 0.65 345.22 0.62 0.22
Hex 5A 15 26 0 4D 3A 41 159 3E 16
Octal 132 25 46 0 115 72 101 531 76 26
Binary 1011010 10101 100110 0 1001101 111010 1000001 101011001 111110 10110

Color Harmonies of #5A1526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1526

Black with #5A1526

Text Example


Text Example

White with #5A1526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,21,38); }

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

background-color css

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

 a { background-color: rgb(90,21,38); }

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

border-color css

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

 span { border-color: rgb(90,21,38); }

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