Html Css Color HEX #503133 Cab Sav

📋 copy color: '#503133'

red 80 ◦ green 49 ◦ blue 51

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

Shades of Cab Sav #503133

Tints of Cab Sav #503133

RGB

 RED value IS 80 (31.64% from 255) = 44.44%

 GREEN value IS 49 (19.53% from 255) = 27.22%

 BLUE value IS 51 (20.31% from 255) = 28.33%

R = 44.44%
G = 27.22%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#503133 (or 0x503133) is known color: Cab Sav. HEX triplet: 50, 31 and 33. RGB value is (80,49,51). Sum of RGB (Red+Green+Blue) = 80+49+51=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 51 (20.31% from 255 or 28.33% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #503133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503133 is #AFCECC. Grayscale: #3A3A3A. Windows color (decimal): -11521741 or 3354960. OLE color: 3354960.

HSL color Cylindrical-coordinate representation of color #503133: hue angle of 356.13º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #503133 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 49 51 -
CMYK 0 0.39 0.36 0.69
HSL 356.13º 0.24% 0.25% -
HSV(B) 356.13º 0.39% 0.31% -
XYZ 5 4.14 3.67 -
YUV 58.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 80 49 51 0 0.39 0.36 0.69 356.13 0.24 0.25
Hex 50 31 33 0 27 24 45 164 18 19
Octal 120 61 63 0 47 44 105 544 30 31
Binary 1010000 110001 110011 0 100111 100100 1000101 101100100 11000 11001

Color Harmonies of #503133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503133

Black with #503133

Text Example


Text Example

White with #503133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503133; }

 p { color: rgb(80,49,51); }

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

background-color css

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

 a { background-color: rgb(80,49,51); }

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

border-color css

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

 span { border-color: rgb(80,49,51); }

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