Html Css Color HEX #5A1527 Pohutukawa

📋 copy color: '#5A1527'

red 90 ◦ green 21 ◦ blue 39

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

Shades of Pohutukawa #5A1527

Tints of Pohutukawa #5A1527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 26%

R = 60%
G = 14%
B = 26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#5A1527 (or 0x5A1527) is known color: Pohutukawa. HEX triplet: 5A, 15 and 27. RGB value is (90,21,39). Sum of RGB (Red+Green+Blue) = 90+21+39=150 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1527 is #A5EAD8. Grayscale: #2B2B2B. Windows color (decimal): -10873561 or 2561370. OLE color: 2561370.

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

Color convert

RGB 90 21 39 -
CMYK 0 0.77 0.57 0.65
HSL 344.35º 0.62% 0.22% -
HSV(B) 344.35º 0.77% 0.35% -
XYZ 4.85 2.86 2.22 -
YUV 43.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 90 21 39 0 0.77 0.57 0.65 344.35 0.62 0.22
Hex 5A 15 27 0 4D 39 41 158 3E 16
Octal 132 25 47 0 115 71 101 530 76 26
Binary 1011010 10101 100111 0 1001101 111001 1000001 101011000 111110 10110

Color Harmonies of #5A1527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1527

Black with #5A1527

Text Example


Text Example

White with #5A1527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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