Html Css Color HEX #533040 Barossa

📋 copy color: '#533040'

red 83 ◦ green 48 ◦ blue 64

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

Shades of Barossa #533040

Tints of Barossa #533040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.62%

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

R = 42.56%
G = 24.62%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#533040 (or 0x533040) is known color: Barossa. HEX triplet: 53, 30 and 40. RGB value is (83,48,64). Sum of RGB (Red+Green+Blue) = 83+48+64=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #533040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533040 is #ACCFBF. Grayscale: #3C3C3C. Windows color (decimal): -11325376 or 4206675. OLE color: 4206675.

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

Color convert

RGB 83 48 64 -
CMYK 0 0.42 0.23 0.67
HSL 332.57º 0.27% 0.26% -
HSV(B) 332.57º 0.42% 0.33% -
XYZ 5.55 4.32 5.39 -
YUV 60.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 83 48 64 0 0.42 0.23 0.67 332.57 0.27 0.26
Hex 53 30 40 0 2A 17 43 14D 1B 1A
Octal 123 60 100 0 52 27 103 515 33 32
Binary 1010011 110000 1000000 0 101010 10111 1000011 101001101 11011 11010

Color Harmonies of #533040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533040

Black with #533040

Text Example


Text Example

White with #533040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533040; }

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

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

background-color css

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

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

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

border-color css

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

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

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