Html Css Color HEX #572740 Barossa

📋 copy color: '#572740'

red 87 ◦ green 39 ◦ blue 64

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

Shades of Barossa #572740

Tints of Barossa #572740

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.53%

 BLUE value IS 64 (25.39% from 255) = 33.68%

R = 45.79%
G = 20.53%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#572740 (or 0x572740) is known color: Barossa. HEX triplet: 57, 27 and 40. RGB value is (87,39,64). Sum of RGB (Red+Green+Blue) = 87+39+64=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 87 - color contains mainly: red. Hex color #572740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572740 is #A8D8BF. Grayscale: #383838. Windows color (decimal): -11065536 or 4204375. OLE color: 4204375.

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

Color convert

RGB 87 39 64 -
CMYK 0 0.55 0.26 0.66
HSL 328.75º 0.38% 0.25% -
HSV(B) 328.75º 0.55% 0.34% -
XYZ 5.58 3.85 5.3 -
YUV 56.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 87 39 64 0 0.55 0.26 0.66 328.75 0.38 0.25
Hex 57 27 40 0 37 1A 42 149 26 19
Octal 127 47 100 0 67 32 102 511 46 31
Binary 1010111 100111 1000000 0 110111 11010 1000010 101001001 100110 11001

Color Harmonies of #572740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572740

Black with #572740

Text Example


Text Example

White with #572740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572740; }

 p { color: rgb(87,39,64); }

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

background-color css

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

 a { background-color: rgb(87,39,64); }

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

border-color css

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

 span { border-color: rgb(87,39,64); }

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