Html Css Color HEX #532541 Barossa

📋 copy color: '#532541'

red 83 ◦ green 37 ◦ blue 65

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

Shades of Barossa #532541

Tints of Barossa #532541

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20%

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

R = 44.86%
G = 20%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#532541 (or 0x532541) is known color: Barossa. HEX triplet: 53, 25 and 41. RGB value is (83,37,65). Sum of RGB (Red+Green+Blue) = 83+37+65=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #532541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532541 is #ACDABE. Grayscale: #353535. Windows color (decimal): -11328191 or 4269395. OLE color: 4269395.

HSL color Cylindrical-coordinate representation of color #532541: hue angle of 323.48º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #532541 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 37 65 -
CMYK 0 0.55 0.22 0.67
HSL 323.48º 0.38% 0.24% -
HSV(B) 323.48º 0.55% 0.33% -
XYZ 5.18 3.54 5.41 -
YUV 53.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 83 37 65 0 0.55 0.22 0.67 323.48 0.38 0.24
Hex 53 25 41 0 37 16 43 143 26 18
Octal 123 45 101 0 67 26 103 503 46 30
Binary 1010011 100101 1000001 0 110111 10110 1000011 101000011 100110 11000

Color Harmonies of #532541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532541

Black with #532541

Text Example


Text Example

White with #532541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532541; }

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

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

background-color css

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

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

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

border-color css

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

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

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