Html Css Color HEX #533441 Barossa

📋 copy color: '#533441'

red 83 ◦ green 52 ◦ blue 65

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

Shades of Barossa #533441

Tints of Barossa #533441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

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

R = 41.5%
G = 26%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#533441 (or 0x533441) is known color: Barossa. HEX triplet: 53, 34 and 41. RGB value is (83,52,65). Sum of RGB (Red+Green+Blue) = 83+52+65=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #533441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533441 is #ACCBBE. Grayscale: #3E3E3E. Windows color (decimal): -11324351 or 4273235. OLE color: 4273235.

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

Color convert

RGB 83 52 65 -
CMYK 0 0.37 0.22 0.67
HSL 334.84º 0.23% 0.26% -
HSV(B) 334.84º 0.37% 0.33% -
XYZ 5.75 4.68 5.6 -
YUV 62.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 83 52 65 0 0.37 0.22 0.67 334.84 0.23 0.26
Hex 53 34 41 0 25 16 43 14F 17 1A
Octal 123 64 101 0 45 26 103 517 27 32
Binary 1010011 110100 1000001 0 100101 10110 1000011 101001111 10111 11010

Color Harmonies of #533441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533441

Black with #533441

Text Example


Text Example

White with #533441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533441; }

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

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

background-color css

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

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

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

border-color css

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

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

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