Html Css Color HEX #5A182A Pohutukawa

📋 copy color: '#5A182A'

red 90 ◦ green 24 ◦ blue 42

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

Shades of Pohutukawa #5A182A

Tints of Pohutukawa #5A182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.38%

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

R = 57.69%
G = 15.38%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A182A (or 0x5A182A) is known color: Pohutukawa. HEX triplet: 5A, 18 and 2A. RGB value is (90,24,42). Sum of RGB (Red+Green+Blue) = 90+24+42=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A182A is #A5E7D5. Grayscale: #2D2D2D. Windows color (decimal): -10872790 or 2758746. OLE color: 2758746.

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

Color convert

RGB 90 24 42 -
CMYK 0 0.73 0.53 0.65
HSL 343.64º 0.58% 0.22% -
HSV(B) 343.64º 0.73% 0.35% -
XYZ 4.96 2.99 2.51 -
YUV 45.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 90 24 42 0 0.73 0.53 0.65 343.64 0.58 0.22
Hex 5A 18 2A 0 49 35 41 158 3A 16
Octal 132 30 52 0 111 65 101 530 72 26
Binary 1011010 11000 101010 0 1001001 110101 1000001 101011000 111010 10110

Color Harmonies of #5A182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A182A

Black with #5A182A

Text Example


Text Example

White with #5A182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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