Html Css Color HEX #532840 Barossa

📋 copy color: '#532840'

red 83 ◦ green 40 ◦ blue 64

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

Shades of Barossa #532840

Tints of Barossa #532840

RGB

 RED value IS 83 (32.81% from 255) = 44.39%

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

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

R = 44.39%
G = 21.39%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#532840 (or 0x532840) is known color: Barossa. HEX triplet: 53, 28 and 40. RGB value is (83,40,64). Sum of RGB (Red+Green+Blue) = 83+40+64=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 83 - color contains mainly: red. Hex color #532840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532840 is #ACD7BF. Grayscale: #373737. Windows color (decimal): -11327424 or 4204627. OLE color: 4204627.

HSL color Cylindrical-coordinate representation of color #532840: hue angle of 326.51º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #532840 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 64 -
CMYK 0 0.52 0.23 0.67
HSL 326.51º 0.35% 0.24% -
HSV(B) 326.51º 0.52% 0.33% -
XYZ 5.25 3.73 5.29 -
YUV 55.59 132.75 147.55 -
System Red Green Blue C M Y K H S L
Decimal 83 40 64 0 0.52 0.23 0.67 326.51 0.35 0.24
Hex 53 28 40 0 34 17 43 147 23 18
Octal 123 50 100 0 64 27 103 507 43 30
Binary 1010011 101000 1000000 0 110100 10111 1000011 101000111 100011 11000

Color Harmonies of #532840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532840

Black with #532840

Text Example


Text Example

White with #532840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532840; }

 p { color: rgb(83,40,64); }

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

background-color css

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

 a { background-color: rgb(83,40,64); }

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

border-color css

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

 span { border-color: rgb(83,40,64); }

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