Html Css Color HEX #533340 Barossa

📋 copy color: '#533340'

red 83 ◦ green 51 ◦ blue 64

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

Shades of Barossa #533340

Tints of Barossa #533340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

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

R = 41.92%
G = 25.76%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#533340 (or 0x533340) is known color: Barossa. HEX triplet: 53, 33 and 40. RGB value is (83,51,64). Sum of RGB (Red+Green+Blue) = 83+51+64=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #533340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533340 is #ACCCBF. Grayscale: #3E3E3E. Windows color (decimal): -11324608 or 4207443. OLE color: 4207443.

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

Color convert

RGB 83 51 64 -
CMYK 0 0.39 0.23 0.67
HSL 335.63º 0.24% 0.26% -
HSV(B) 335.63º 0.39% 0.33% -
XYZ 5.68 4.58 5.43 -
YUV 62.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 83 51 64 0 0.39 0.23 0.67 335.63 0.24 0.26
Hex 53 33 40 0 27 17 43 150 18 1A
Octal 123 63 100 0 47 27 103 520 30 32
Binary 1010011 110011 1000000 0 100111 10111 1000011 101010000 11000 11010

Color Harmonies of #533340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533340

Black with #533340

Text Example


Text Example

White with #533340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533340; }

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

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

background-color css

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

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

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

border-color css

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

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

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