Html Css Color HEX #532339 Barossa

📋 copy color: '#532339'

red 83 ◦ green 35 ◦ blue 57

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

Shades of Barossa #532339

Tints of Barossa #532339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20%

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

R = 47.43%
G = 20%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#532339 (or 0x532339) is known color: Barossa. HEX triplet: 53, 23 and 39. RGB value is (83,35,57). Sum of RGB (Red+Green+Blue) = 83+35+57=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 35 (14.06% from 255 or 20% from 175); Blue value is 57 (22.66% from 255 or 32.57% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #532339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532339 is #ACDCC6. Grayscale: #333333. Windows color (decimal): -11328711 or 3744595. OLE color: 3744595.

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

Color convert

RGB 83 35 57 -
CMYK 0 0.58 0.31 0.67
HSL 332.5º 0.41% 0.23% -
HSV(B) 332.5º 0.58% 0.33% -
XYZ 4.91 3.34 4.26 -
YUV 51.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 83 35 57 0 0.58 0.31 0.67 332.5 0.41 0.23
Hex 53 23 39 0 3A 1F 43 14C 29 17
Octal 123 43 71 0 72 37 103 514 51 27
Binary 1010011 100011 111001 0 111010 11111 1000011 101001100 101001 10111

Color Harmonies of #532339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532339

Black with #532339

Text Example


Text Example

White with #532339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532339; }

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

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

background-color css

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

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

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

border-color css

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

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

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