Html Css Color HEX #533240 Barossa

📋 copy color: '#533240'

red 83 ◦ green 50 ◦ blue 64

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

Shades of Barossa #533240

Tints of Barossa #533240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.38%

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

R = 42.13%
G = 25.38%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#533240 (or 0x533240) is known color: Barossa. HEX triplet: 53, 32 and 40. RGB value is (83,50,64). Sum of RGB (Red+Green+Blue) = 83+50+64=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #533240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533240 is #ACCDBF. Grayscale: #3D3D3D. Windows color (decimal): -11324864 or 4207187. OLE color: 4207187.

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

Color convert

RGB 83 50 64 -
CMYK 0 0.40 0.23 0.67
HSL 334.55º 0.25% 0.26% -
HSV(B) 334.55º 0.4% 0.33% -
XYZ 5.63 4.49 5.42 -
YUV 61.46 129.43 143.36 -
System Red Green Blue C M Y K H S L
Decimal 83 50 64 0 0.40 0.23 0.67 334.55 0.25 0.26
Hex 53 32 40 0 28 17 43 14F 19 1A
Octal 123 62 100 0 50 27 103 517 31 32
Binary 1010011 110010 1000000 0 101000 10111 1000011 101001111 11001 11010

Color Harmonies of #533240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533240

Black with #533240

Text Example


Text Example

White with #533240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533240; }

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

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

background-color css

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

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

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

border-color css

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

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

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