Html Css Color HEX #532241 Barossa

📋 copy color: '#532241'

red 83 ◦ green 34 ◦ blue 65

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

Shades of Barossa #532241

Tints of Barossa #532241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 35.71%

R = 45.6%
G = 18.68%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#532241 (or 0x532241) is known color: Barossa. HEX triplet: 53, 22 and 41. RGB value is (83,34,65). Sum of RGB (Red+Green+Blue) = 83+34+65=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #532241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532241 is #ACDDBE. Grayscale: #343434. Windows color (decimal): -11328959 or 4268627. OLE color: 4268627.

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

Color convert

RGB 83 34 65 -
CMYK 0 0.59 0.22 0.67
HSL 322.04º 0.42% 0.23% -
HSV(B) 322.04º 0.59% 0.33% -
XYZ 5.09 3.36 5.38 -
YUV 52.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 83 34 65 0 0.59 0.22 0.67 322.04 0.42 0.23
Hex 53 22 41 0 3B 16 43 142 2A 17
Octal 123 42 101 0 73 26 103 502 52 27
Binary 1010011 100010 1000001 0 111011 10110 1000011 101000010 101010 10111

Color Harmonies of #532241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532241

Black with #532241

Text Example


Text Example

White with #532241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532241; }

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

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

background-color css

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

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

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

border-color css

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

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

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