Html Css Color HEX #532842 Barossa

📋 copy color: '#532842'

red 83 ◦ green 40 ◦ blue 66

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

Shades of Barossa #532842

Tints of Barossa #532842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 43.92%
G = 21.16%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#532842 (or 0x532842) is known color: Barossa. HEX triplet: 53, 28 and 42. RGB value is (83,40,66). Sum of RGB (Red+Green+Blue) = 83+40+66=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 40 (16.02% from 255 or 21.16% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #532842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532842 is #ACD7BD. Grayscale: #373737. Windows color (decimal): -11327422 or 4335699. OLE color: 4335699.

HSL color Cylindrical-coordinate representation of color #532842: hue angle of 323.72º 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 #532842 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 40 66 -
CMYK 0 0.52 0.20 0.67
HSL 323.72º 0.35% 0.24% -
HSV(B) 323.72º 0.52% 0.33% -
XYZ 5.31 3.75 5.6 -
YUV 55.82 133.75 147.39 -
System Red Green Blue C M Y K H S L
Decimal 83 40 66 0 0.52 0.20 0.67 323.72 0.35 0.24
Hex 53 28 42 0 34 14 43 144 23 18
Octal 123 50 102 0 64 24 103 504 43 30
Binary 1010011 101000 1000010 0 110100 10100 1000011 101000100 100011 11000

Color Harmonies of #532842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532842

Black with #532842

Text Example


Text Example

White with #532842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532842; }

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

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

background-color css

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

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

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

border-color css

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

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

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