Html Css Color HEX #532540 Barossa

📋 copy color: '#532540'

red 83 ◦ green 37 ◦ blue 64

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

Shades of Barossa #532540

Tints of Barossa #532540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 45.11%
G = 20.11%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#532540 (or 0x532540) is known color: Barossa. HEX triplet: 53, 25 and 40. RGB value is (83,37,64). Sum of RGB (Red+Green+Blue) = 83+37+64=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #532540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532540 is #ACDABF. Grayscale: #353535. Windows color (decimal): -11328192 or 4203859. OLE color: 4203859.

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

Color convert

RGB 83 37 64 -
CMYK 0 0.55 0.23 0.67
HSL 324.78º 0.38% 0.24% -
HSV(B) 324.78º 0.55% 0.33% -
XYZ 5.15 3.53 5.26 -
YUV 53.83 133.74 148.8 -
System Red Green Blue C M Y K H S L
Decimal 83 37 64 0 0.55 0.23 0.67 324.78 0.38 0.24
Hex 53 25 40 0 37 17 43 145 26 18
Octal 123 45 100 0 67 27 103 505 46 30
Binary 1010011 100101 1000000 0 110111 10111 1000011 101000101 100110 11000

Color Harmonies of #532540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532540

Black with #532540

Text Example


Text Example

White with #532540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532540; }

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

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

background-color css

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

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

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

border-color css

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

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

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