Html Css Color HEX #5A192A Pohutukawa

📋 copy color: '#5A192A'

red 90 ◦ green 25 ◦ blue 42

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

Shades of Pohutukawa #5A192A

Tints of Pohutukawa #5A192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.92%

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

R = 57.32%
G = 15.92%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A192A (or 0x5A192A) is known color: Pohutukawa. HEX triplet: 5A, 19 and 2A. RGB value is (90,25,42). Sum of RGB (Red+Green+Blue) = 90+25+42=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A192A is #A5E6D5. Grayscale: #2E2E2E. Windows color (decimal): -10872534 or 2759002. OLE color: 2759002.

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

Color convert

RGB 90 25 42 -
CMYK 0 0.72 0.53 0.65
HSL 344.31º 0.57% 0.23% -
HSV(B) 344.31º 0.72% 0.35% -
XYZ 4.98 3.04 2.51 -
YUV 46.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 90 25 42 0 0.72 0.53 0.65 344.31 0.57 0.23
Hex 5A 19 2A 0 48 35 41 158 39 17
Octal 132 31 52 0 110 65 101 530 71 27
Binary 1011010 11001 101010 0 1001000 110101 1000001 101011000 111001 10111

Color Harmonies of #5A192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A192A

Black with #5A192A

Text Example


Text Example

White with #5A192A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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