Html Css Color HEX #562B40 Barossa

📋 copy color: '#562B40'

red 86 ◦ green 43 ◦ blue 64

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

Shades of Barossa #562B40

Tints of Barossa #562B40

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.28%

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

R = 44.56%
G = 22.28%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#562B40 (or 0x562B40) is known color: Barossa. HEX triplet: 56, 2B and 40. RGB value is (86,43,64). Sum of RGB (Red+Green+Blue) = 86+43+64=193 (25% of max value = 765). Red value is 86 (33.98% from 255 or 44.56% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 86 - color contains mainly: red. Hex color #562B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562B40 is #A9D4BF. Grayscale: #3A3A3A. Windows color (decimal): -11130048 or 4205398. OLE color: 4205398.

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

Color convert

RGB 86 43 64 -
CMYK 0 0.50 0.26 0.66
HSL 330.7º 0.33% 0.25% -
HSV(B) 330.7º 0.5% 0.34% -
XYZ 5.63 4.08 5.34 -
YUV 58.25 131.25 147.79 -
System Red Green Blue C M Y K H S L
Decimal 86 43 64 0 0.50 0.26 0.66 330.7 0.33 0.25
Hex 56 2B 40 0 32 1A 42 14B 21 19
Octal 126 53 100 0 62 32 102 513 41 31
Binary 1010110 101011 1000000 0 110010 11010 1000010 101001011 100001 11001

Color Harmonies of #562B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562B40

Black with #562B40

Text Example


Text Example

White with #562B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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