Html Css Color HEX #562740 Barossa

📋 copy color: '#562740'

red 86 ◦ green 39 ◦ blue 64

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

Shades of Barossa #562740

Tints of Barossa #562740

RGB

 RED value IS 86 (33.98% from 255) = 45.5%

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

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

R = 45.5%
G = 20.63%
B = 33.86%

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

#562740 (or 0x562740) is known color: Barossa. HEX triplet: 56, 27 and 40. RGB value is (86,39,64). Sum of RGB (Red+Green+Blue) = 86+39+64=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #562740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562740 is #A9D8BF. Grayscale: #373737. Windows color (decimal): -11131072 or 4204374. OLE color: 4204374.

HSL color Cylindrical-coordinate representation of color #562740: hue angle of 328.09º 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 #562740 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 39 64 -
CMYK 0 0.55 0.26 0.66
HSL 328.09º 0.38% 0.25% -
HSV(B) 328.09º 0.55% 0.34% -
XYZ 5.49 3.8 5.29 -
YUV 55.9 132.57 149.47 -
System Red Green Blue C M Y K H S L
Decimal 86 39 64 0 0.55 0.26 0.66 328.09 0.38 0.25
Hex 56 27 40 0 37 1A 42 148 26 19
Octal 126 47 100 0 67 32 102 510 46 31
Binary 1010110 100111 1000000 0 110111 11010 1000010 101001000 100110 11001

Color Harmonies of #562740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562740

Black with #562740

Text Example


Text Example

White with #562740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562740; }

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

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

background-color css

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

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

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

border-color css

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

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

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