Html Css Color HEX #57253D Barossa

📋 copy color: '#57253D'

red 87 ◦ green 37 ◦ blue 61

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

Shades of Barossa #57253D

Tints of Barossa #57253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20%

 BLUE value IS 61 (24.22% from 255) = 32.97%

R = 47.03%
G = 20%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.66

RGB Variations

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

Color information

#57253D (or 0x57253D) is known color: Barossa. HEX triplet: 57, 25 and 3D. RGB value is (87,37,61). Sum of RGB (Red+Green+Blue) = 87+37+61=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #57253D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57253D is #A8DAC2. Grayscale: #363636. Windows color (decimal): -11066051 or 4007255. OLE color: 4007255.

HSL color Cylindrical-coordinate representation of color #57253D: hue angle of 331.2º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57253D is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 37 61 -
CMYK 0 0.57 0.30 0.66
HSL 331.2º 0.4% 0.24% -
HSV(B) 331.2º 0.57% 0.34% -
XYZ 5.43 3.69 4.84 -
YUV 54.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 87 37 61 0 0.57 0.30 0.66 331.2 0.4 0.24
Hex 57 25 3D 0 39 1E 42 14B 28 18
Octal 127 45 75 0 71 36 102 513 50 30
Binary 1010111 100101 111101 0 111001 11110 1000010 101001011 101000 11000

Color Harmonies of #57253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57253D

Black with #57253D

Text Example


Text Example

White with #57253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57253D; }

 p { color: rgb(87,37,61); }

 H1.HeaderClassName
 {
   color: #57253D;
 }
 .AnyTagClassName
 {
   color: #57253D;
 }
</style>

background-color css

<style>
 a { background-color: #57253D; }

 a { background-color: rgb(87,37,61); }

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

border-color css

<style>
 span { border-color: #57253D; }

 span { border-color: rgb(87,37,61); }

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