Html Css Color HEX #532A3C Barossa

📋 copy color: '#532A3C'

red 83 ◦ green 42 ◦ blue 60

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

Shades of Barossa #532A3C

Tints of Barossa #532A3C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.7%

 BLUE value IS 60 (23.83% from 255) = 32.43%

R = 44.86%
G = 22.7%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#532A3C (or 0x532A3C) is known color: Barossa. HEX triplet: 53, 2A and 3C. RGB value is (83,42,60). Sum of RGB (Red+Green+Blue) = 83+42+60=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 60 (23.83% from 255 or 32.43% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #532A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A3C is #ACD5C3. Grayscale: #383838. Windows color (decimal): -11326916 or 3942995. OLE color: 3942995.

HSL color Cylindrical-coordinate representation of color #532A3C: hue angle of 333.66º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532A3C is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 42 60 -
CMYK 0 0.49 0.28 0.67
HSL 333.66º 0.33% 0.25% -
HSV(B) 333.66º 0.49% 0.33% -
XYZ 5.21 3.82 4.74 -
YUV 56.31 130.08 147.04 -
System Red Green Blue C M Y K H S L
Decimal 83 42 60 0 0.49 0.28 0.67 333.66 0.33 0.25
Hex 53 2A 3C 0 31 1C 43 14E 21 19
Octal 123 52 74 0 61 34 103 516 41 31
Binary 1010011 101010 111100 0 110001 11100 1000011 101001110 100001 11001

Color Harmonies of #532A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532A3C

Black with #532A3C

Text Example


Text Example

White with #532A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532A3C; }

 p { color: rgb(83,42,60); }

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

background-color css

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

 a { background-color: rgb(83,42,60); }

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

border-color css

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

 span { border-color: rgb(83,42,60); }

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