Html Css Color HEX #5A1C2A Pohutukawa

📋 copy color: '#5A1C2A'

red 90 ◦ green 28 ◦ blue 42

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

Shades of Pohutukawa #5A1C2A

Tints of Pohutukawa #5A1C2A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.5%

 BLUE value IS 42 (16.8% from 255) = 26.25%

R = 56.25%
G = 17.5%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A1C2A (or 0x5A1C2A) is known color: Pohutukawa. HEX triplet: 5A, 1C and 2A. RGB value is (90,28,42). Sum of RGB (Red+Green+Blue) = 90+28+42=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1C2A is #A5E3D5. Grayscale: #303030. Windows color (decimal): -10871766 or 2759770. OLE color: 2759770.

HSL color Cylindrical-coordinate representation of color #5A1C2A: hue angle of 346.45º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5A1C2A is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 28 42 -
CMYK 0 0.69 0.53 0.65
HSL 346.45º 0.53% 0.23% -
HSV(B) 346.45º 0.69% 0.35% -
XYZ 5.05 3.17 2.54 -
YUV 48.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 90 28 42 0 0.69 0.53 0.65 346.45 0.53 0.23
Hex 5A 1C 2A 0 45 35 41 15A 35 17
Octal 132 34 52 0 105 65 101 532 65 27
Binary 1011010 11100 101010 0 1000101 110101 1000001 101011010 110101 10111

Color Harmonies of #5A1C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1C2A

Black with #5A1C2A

Text Example


Text Example

White with #5A1C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,28,42); }

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

background-color css

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

 a { background-color: rgb(90,28,42); }

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

border-color css

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

 span { border-color: rgb(90,28,42); }

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