Html Css Color HEX #532239 Barossa

📋 copy color: '#532239'

red 83 ◦ green 34 ◦ blue 57

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

Shades of Barossa #532239

Tints of Barossa #532239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.54%

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

R = 47.7%
G = 19.54%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#532239 (or 0x532239) is known color: Barossa. HEX triplet: 53, 22 and 39. RGB value is (83,34,57). Sum of RGB (Red+Green+Blue) = 83+34+57=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 34 (13.67% from 255 or 19.54% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #532239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532239 is #ACDDC6. Grayscale: #333333. Windows color (decimal): -11328967 or 3744339. OLE color: 3744339.

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

Color convert

RGB 83 34 57 -
CMYK 0 0.59 0.31 0.67
HSL 331.84º 0.42% 0.23% -
HSV(B) 331.84º 0.59% 0.33% -
XYZ 4.88 3.28 4.25 -
YUV 51.27 131.23 150.63 -
System Red Green Blue C M Y K H S L
Decimal 83 34 57 0 0.59 0.31 0.67 331.84 0.42 0.23
Hex 53 22 39 0 3B 1F 43 14C 2A 17
Octal 123 42 71 0 73 37 103 514 52 27
Binary 1010011 100010 111001 0 111011 11111 1000011 101001100 101010 10111

Color Harmonies of #532239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532239

Black with #532239

Text Example


Text Example

White with #532239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532239; }

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

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

background-color css

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

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

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

border-color css

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

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

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