Html Css Color HEX #533341 Barossa

📋 copy color: '#533341'

red 83 ◦ green 51 ◦ blue 65

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

Shades of Barossa #533341

Tints of Barossa #533341

RGB

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

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

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

R = 41.71%
G = 25.63%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#533341 (or 0x533341) is known color: Barossa. HEX triplet: 53, 33 and 41. RGB value is (83,51,65). Sum of RGB (Red+Green+Blue) = 83+51+65=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #533341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533341 is #ACCCBE. Grayscale: #3E3E3E. Windows color (decimal): -11324607 or 4272979. OLE color: 4272979.

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

Color convert

RGB 83 51 65 -
CMYK 0 0.39 0.22 0.67
HSL 333.75º 0.24% 0.26% -
HSV(B) 333.75º 0.39% 0.33% -
XYZ 5.71 4.59 5.59 -
YUV 62.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 83 51 65 0 0.39 0.22 0.67 333.75 0.24 0.26
Hex 53 33 41 0 27 16 43 14E 18 1A
Octal 123 63 101 0 47 26 103 516 30 32
Binary 1010011 110011 1000001 0 100111 10110 1000011 101001110 11000 11010

Color Harmonies of #533341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533341

Black with #533341

Text Example


Text Example

White with #533341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533341; }

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

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

background-color css

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

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

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

border-color css

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

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

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