Html Css Color HEX #532341 Barossa

📋 copy color: '#532341'

red 83 ◦ green 35 ◦ blue 65

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

Shades of Barossa #532341

Tints of Barossa #532341

RGB

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

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

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

R = 45.36%
G = 19.13%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#532341 (or 0x532341) is known color: Barossa. HEX triplet: 53, 23 and 41. RGB value is (83,35,65). Sum of RGB (Red+Green+Blue) = 83+35+65=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #532341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532341 is #ACDCBE. Grayscale: #343434. Windows color (decimal): -11328703 or 4268883. OLE color: 4268883.

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

Color convert

RGB 83 35 65 -
CMYK 0 0.58 0.22 0.67
HSL 322.5º 0.41% 0.23% -
HSV(B) 322.5º 0.58% 0.33% -
XYZ 5.12 3.42 5.39 -
YUV 52.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 83 35 65 0 0.58 0.22 0.67 322.5 0.41 0.23
Hex 53 23 41 0 3A 16 43 142 29 17
Octal 123 43 101 0 72 26 103 502 51 27
Binary 1010011 100011 1000001 0 111010 10110 1000011 101000010 101001 10111

Color Harmonies of #532341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532341

Black with #532341

Text Example


Text Example

White with #532341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532341; }

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

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

background-color css

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

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

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

border-color css

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

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

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