Html Css Color HEX #572841 Barossa

📋 copy color: '#572841'

red 87 ◦ green 40 ◦ blue 65

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

Shades of Barossa #572841

Tints of Barossa #572841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.83%

 BLUE value IS 65 (25.78% from 255) = 33.85%

R = 45.31%
G = 20.83%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#572841 (or 0x572841) is known color: Barossa. HEX triplet: 57, 28 and 41. RGB value is (87,40,65). Sum of RGB (Red+Green+Blue) = 87+40+65=192 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.31% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 87 - color contains mainly: red. Hex color #572841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572841 is #A8D7BE. Grayscale: #383838. Windows color (decimal): -11065279 or 4270167. OLE color: 4270167.

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

Color convert

RGB 87 40 65 -
CMYK 0 0.54 0.25 0.66
HSL 328.09º 0.37% 0.25% -
HSV(B) 328.09º 0.54% 0.34% -
XYZ 5.64 3.93 5.46 -
YUV 56.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 87 40 65 0 0.54 0.25 0.66 328.09 0.37 0.25
Hex 57 28 41 0 36 19 42 148 25 19
Octal 127 50 101 0 66 31 102 510 45 31
Binary 1010111 101000 1000001 0 110110 11001 1000010 101001000 100101 11001

Color Harmonies of #572841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572841

Black with #572841

Text Example


Text Example

White with #572841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572841; }

 p { color: rgb(87,40,65); }

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

background-color css

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

 a { background-color: rgb(87,40,65); }

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

border-color css

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

 span { border-color: rgb(87,40,65); }

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