Html Css Color HEX #533242 Barossa

📋 copy color: '#533242'

red 83 ◦ green 50 ◦ blue 66

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

Shades of Barossa #533242

Tints of Barossa #533242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.13%

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

R = 41.71%
G = 25.13%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#533242 (or 0x533242) is known color: Barossa. HEX triplet: 53, 32 and 42. RGB value is (83,50,66). Sum of RGB (Red+Green+Blue) = 83+50+66=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #533242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533242 is #ACCDBD. Grayscale: #3D3D3D. Windows color (decimal): -11324862 or 4338259. OLE color: 4338259.

HSL color Cylindrical-coordinate representation of color #533242: hue angle of 330.91º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533242 is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 66 -
CMYK 0 0.40 0.20 0.67
HSL 330.91º 0.25% 0.26% -
HSV(B) 330.91º 0.4% 0.33% -
XYZ 5.69 4.51 5.73 -
YUV 61.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 83 50 66 0 0.40 0.20 0.67 330.91 0.25 0.26
Hex 53 32 42 0 28 14 43 14B 19 1A
Octal 123 62 102 0 50 24 103 513 31 32
Binary 1010011 110010 1000010 0 101000 10100 1000011 101001011 11001 11010

Color Harmonies of #533242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533242

Black with #533242

Text Example


Text Example

White with #533242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533242; }

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

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

background-color css

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

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

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

border-color css

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

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

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