Html Css Color HEX #5A192B Pohutukawa

📋 copy color: '#5A192B'

red 90 ◦ green 25 ◦ blue 43

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

Shades of Pohutukawa #5A192B

Tints of Pohutukawa #5A192B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.22%

R = 56.96%
G = 15.82%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#5A192B (or 0x5A192B) is known color: Pohutukawa. HEX triplet: 5A, 19 and 2B. RGB value is (90,25,43). Sum of RGB (Red+Green+Blue) = 90+25+43=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A192B is #A5E6D4. Grayscale: #2E2E2E. Windows color (decimal): -10872533 or 2824538. OLE color: 2824538.

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

Color convert

RGB 90 25 43 -
CMYK 0 0.72 0.52 0.65
HSL 343.38º 0.57% 0.23% -
HSV(B) 343.38º 0.72% 0.35% -
XYZ 5 3.04 2.61 -
YUV 46.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 90 25 43 0 0.72 0.52 0.65 343.38 0.57 0.23
Hex 5A 19 2B 0 48 34 41 157 39 17
Octal 132 31 53 0 110 64 101 527 71 27
Binary 1011010 11001 101011 0 1001000 110100 1000001 101010111 111001 10111

Color Harmonies of #5A192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A192B

Black with #5A192B

Text Example


Text Example

White with #5A192B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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