Html Css Color HEX #533442 Barossa

📋 copy color: '#533442'

red 83 ◦ green 52 ◦ blue 66

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

Shades of Barossa #533442

Tints of Barossa #533442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 32.84%

R = 41.29%
G = 25.87%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#533442 (or 0x533442) is known color: Barossa. HEX triplet: 53, 34 and 42. RGB value is (83,52,66). Sum of RGB (Red+Green+Blue) = 83+52+66=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #533442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533442 is #ACCBBD. Grayscale: #3E3E3E. Windows color (decimal): -11324350 or 4338771. OLE color: 4338771.

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

Color convert

RGB 83 52 66 -
CMYK 0 0.37 0.20 0.67
HSL 332.9º 0.23% 0.26% -
HSV(B) 332.9º 0.37% 0.33% -
XYZ 5.78 4.69 5.75 -
YUV 62.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 83 52 66 0 0.37 0.20 0.67 332.9 0.23 0.26
Hex 53 34 42 0 25 14 43 14D 17 1A
Octal 123 64 102 0 45 24 103 515 27 32
Binary 1010011 110100 1000010 0 100101 10100 1000011 101001101 10111 11010

Color Harmonies of #533442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533442

Black with #533442

Text Example


Text Example

White with #533442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533442; }

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

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

background-color css

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

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

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

border-color css

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

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

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