Html Css Color HEX #57293E Barossa

📋 copy color: '#57293E'

red 87 ◦ green 41 ◦ blue 62

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

Shades of Barossa #57293E

Tints of Barossa #57293E

RGB

 RED value IS 87 (34.38% from 255) = 45.79%

 GREEN value IS 41 (16.41% from 255) = 21.58%

 BLUE value IS 62 (24.61% from 255) = 32.63%

R = 45.79%
G = 21.58%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#57293E (or 0x57293E) is known color: Barossa. HEX triplet: 57, 29 and 3E. RGB value is (87,41,62). Sum of RGB (Red+Green+Blue) = 87+41+62=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #57293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57293E is #A8D6C1. Grayscale: #393939. Windows color (decimal): -11065026 or 4073815. OLE color: 4073815.

HSL color Cylindrical-coordinate representation of color #57293E: hue angle of 332.61º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57293E is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 41 62 -
CMYK 0 0.53 0.29 0.66
HSL 332.61º 0.36% 0.25% -
HSV(B) 332.61º 0.53% 0.34% -
XYZ 5.59 3.96 5.03 -
YUV 57.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 87 41 62 0 0.53 0.29 0.66 332.61 0.36 0.25
Hex 57 29 3E 0 35 1D 42 14D 24 19
Octal 127 51 76 0 65 35 102 515 44 31
Binary 1010111 101001 111110 0 110101 11101 1000010 101001101 100100 11001

Color Harmonies of #57293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57293E

Black with #57293E

Text Example


Text Example

White with #57293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57293E; }

 p { color: rgb(87,41,62); }

 H1.HeaderClassName
 {
   color: #57293E;
 }
 .AnyTagClassName
 {
   color: #57293E;
 }
</style>

background-color css

<style>
 a { background-color: #57293E; }

 a { background-color: rgb(87,41,62); }

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

border-color css

<style>
 span { border-color: #57293E; }

 span { border-color: rgb(87,41,62); }

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