Html Css Color HEX #533342 Barossa

📋 copy color: '#533342'

red 83 ◦ green 51 ◦ blue 66

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

Shades of Barossa #533342

Tints of Barossa #533342

RGB

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

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

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

R = 41.5%
G = 25.5%
B = 33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#533342 (or 0x533342) is known color: Barossa. HEX triplet: 53, 33 and 42. RGB value is (83,51,66). Sum of RGB (Red+Green+Blue) = 83+51+66=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 51 (20.31% from 255 or 25.5% from 200); Blue value is 66 (26.17% from 255 or 33% from 200); Max value from RGB is 83 - color contains mainly: red. Hex color #533342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533342 is #ACCCBD. Grayscale: #3E3E3E. Windows color (decimal): -11324606 or 4338515. OLE color: 4338515.

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

Color convert

RGB 83 51 66 -
CMYK 0 0.39 0.20 0.67
HSL 331.88º 0.24% 0.26% -
HSV(B) 331.88º 0.39% 0.33% -
XYZ 5.73 4.6 5.74 -
YUV 62.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 83 51 66 0 0.39 0.20 0.67 331.88 0.24 0.26
Hex 53 33 42 0 27 14 43 14C 18 1A
Octal 123 63 102 0 47 24 103 514 30 32
Binary 1010011 110011 1000010 0 100111 10100 1000011 101001100 11000 11010

Color Harmonies of #533342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533342

Black with #533342

Text Example


Text Example

White with #533342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533342; }

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

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

background-color css

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

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

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

border-color css

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

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

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