Html Css Color HEX #532139 Barossa

📋 copy color: '#532139'

red 83 ◦ green 33 ◦ blue 57

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

Shades of Barossa #532139

Tints of Barossa #532139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.08%

 BLUE value IS 57 (22.66% from 255) = 32.95%

R = 47.98%
G = 19.08%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#532139 (or 0x532139) is known color: Barossa. HEX triplet: 53, 21 and 39. RGB value is (83,33,57). Sum of RGB (Red+Green+Blue) = 83+33+57=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #532139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532139 is #ACDEC6. Grayscale: #323232. Windows color (decimal): -11329223 or 3744083. OLE color: 3744083.

HSL color Cylindrical-coordinate representation of color #532139: hue angle of 331.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532139 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 33 57 -
CMYK 0 0.60 0.31 0.67
HSL 331.2º 0.43% 0.23% -
HSV(B) 331.2º 0.6% 0.33% -
XYZ 4.85 3.22 4.24 -
YUV 50.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 83 33 57 0 0.60 0.31 0.67 331.2 0.43 0.23
Hex 53 21 39 0 3C 1F 43 14B 2B 17
Octal 123 41 71 0 74 37 103 513 53 27
Binary 1010011 100001 111001 0 111100 11111 1000011 101001011 101011 10111

Color Harmonies of #532139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532139

Black with #532139

Text Example


Text Example

White with #532139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532139; }

 p { color: rgb(83,33,57); }

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

background-color css

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

 a { background-color: rgb(83,33,57); }

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

border-color css

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

 span { border-color: rgb(83,33,57); }

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