Html Css Color HEX #533343 Barossa

📋 copy color: '#533343'

red 83 ◦ green 51 ◦ blue 67

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

Shades of Barossa #533343

Tints of Barossa #533343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.33%

R = 41.29%
G = 25.37%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#533343 (or 0x533343) is known color: Barossa. HEX triplet: 53, 33 and 43. RGB value is (83,51,67). Sum of RGB (Red+Green+Blue) = 83+51+67=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 67 (26.56% from 255 or 33.33% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #533343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533343 is #ACCCBC. Grayscale: #3E3E3E. Windows color (decimal): -11324605 or 4404051. OLE color: 4404051.

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

Color convert

RGB 83 51 67 -
CMYK 0 0.39 0.19 0.67
HSL 330º 0.24% 0.26% -
HSV(B) 330º 0.39% 0.33% -
XYZ 5.76 4.61 5.9 -
YUV 62.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 83 51 67 0 0.39 0.19 0.67 330 0.24 0.26
Hex 53 33 43 0 27 13 43 14A 18 1A
Octal 123 63 103 0 47 23 103 512 30 32
Binary 1010011 110011 1000011 0 100111 10011 1000011 101001010 11000 11010

Color Harmonies of #533343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533343

Black with #533343

Text Example


Text Example

White with #533343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533343; }

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

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

background-color css

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

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

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

border-color css

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

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

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