Html Css Color HEX #5A1128 Pohutukawa

📋 copy color: '#5A1128'

red 90 ◦ green 17 ◦ blue 40

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

Shades of Pohutukawa #5A1128

Tints of Pohutukawa #5A1128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.56%

 BLUE value IS 40 (16.02% from 255) = 27.21%

R = 61.22%
G = 11.56%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#5A1128 (or 0x5A1128) is known color: Pohutukawa. HEX triplet: 5A, 11 and 28. RGB value is (90,17,40). Sum of RGB (Red+Green+Blue) = 90+17+40=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1128 is #A5EED7. Grayscale: #292929. Windows color (decimal): -10874584 or 2625882. OLE color: 2625882.

HSL color Cylindrical-coordinate representation of color #5A1128: hue angle of 341.1º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A1128 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 17 40 -
CMYK 0 0.81 0.56 0.65
HSL 341.1º 0.68% 0.21% -
HSV(B) 341.1º 0.81% 0.35% -
XYZ 4.8 2.73 2.28 -
YUV 41.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 90 17 40 0 0.81 0.56 0.65 341.1 0.68 0.21
Hex 5A 11 28 0 51 38 41 155 44 15
Octal 132 21 50 0 121 70 101 525 104 25
Binary 1011010 10001 101000 0 1010001 111000 1000001 101010101 1000100 10101

Color Harmonies of #5A1128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1128

Black with #5A1128

Text Example


Text Example

White with #5A1128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,17,40); }

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

background-color css

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

 a { background-color: rgb(90,17,40); }

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

border-color css

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

 span { border-color: rgb(90,17,40); }

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