Html Css Color HEX #533440 Barossa

📋 copy color: '#533440'

red 83 ◦ green 52 ◦ blue 64

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

Shades of Barossa #533440

Tints of Barossa #533440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.16%

R = 41.71%
G = 26.13%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#533440 (or 0x533440) is known color: Barossa. HEX triplet: 53, 34 and 40. RGB value is (83,52,64). Sum of RGB (Red+Green+Blue) = 83+52+64=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 52 (20.70% from 255 or 26.13% from 199); Blue value is 64 (25.39% from 255 or 32.16% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #533440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533440 is #ACCBBF. Grayscale: #3E3E3E. Windows color (decimal): -11324352 or 4207699. OLE color: 4207699.

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

Color convert

RGB 83 52 64 -
CMYK 0 0.37 0.23 0.67
HSL 336.77º 0.23% 0.26% -
HSV(B) 336.77º 0.37% 0.33% -
XYZ 5.72 4.67 5.45 -
YUV 62.64 128.77 142.52 -
System Red Green Blue C M Y K H S L
Decimal 83 52 64 0 0.37 0.23 0.67 336.77 0.23 0.26
Hex 53 34 40 0 25 17 43 151 17 1A
Octal 123 64 100 0 45 27 103 521 27 32
Binary 1010011 110100 1000000 0 100101 10111 1000011 101010001 10111 11010

Color Harmonies of #533440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533440

Black with #533440

Text Example


Text Example

White with #533440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533440; }

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

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

background-color css

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

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

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

border-color css

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

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

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