Html Css Color HEX #503135 Cab Sav

📋 copy color: '#503135'

red 80 ◦ green 49 ◦ blue 53

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

Shades of Cab Sav #503135

Tints of Cab Sav #503135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.12%

R = 43.96%
G = 26.92%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#503135 (or 0x503135) is known color: Cab Sav. HEX triplet: 50, 31 and 35. RGB value is (80,49,53). Sum of RGB (Red+Green+Blue) = 80+49+53=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #503135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503135 is #AFCECA. Grayscale: #3A3A3A. Windows color (decimal): -11521739 or 3486032. OLE color: 3486032.

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

Color convert

RGB 80 49 53 -
CMYK 0 0.39 0.34 0.69
HSL 352.26º 0.24% 0.25% -
HSV(B) 352.26º 0.39% 0.31% -
XYZ 5.05 4.16 3.9 -
YUV 58.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 80 49 53 0 0.39 0.34 0.69 352.26 0.24 0.25
Hex 50 31 35 0 27 22 45 160 18 19
Octal 120 61 65 0 47 42 105 540 30 31
Binary 1010000 110001 110101 0 100111 100010 1000101 101100000 11000 11001

Color Harmonies of #503135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503135

Black with #503135

Text Example


Text Example

White with #503135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503135; }

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

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

background-color css

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

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

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

border-color css

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

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

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