Html Css Color HEX #503335 Cab Sav

📋 copy color: '#503335'

red 80 ◦ green 51 ◦ blue 53

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

Shades of Cab Sav #503335

Tints of Cab Sav #503335

RGB

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

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

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

R = 43.48%
G = 27.72%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#503335 (or 0x503335) is known color: Cab Sav. HEX triplet: 50, 33 and 35. RGB value is (80,51,53). Sum of RGB (Red+Green+Blue) = 80+51+53=184 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.48% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 80 - color contains mainly: red. Hex color #503335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503335 is #AFCCCA. Grayscale: #3B3B3B. Windows color (decimal): -11521227 or 3486544. OLE color: 3486544.

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

Color convert

RGB 80 51 53 -
CMYK 0 0.36 0.34 0.69
HSL 355.86º 0.22% 0.26% -
HSV(B) 355.86º 0.36% 0.31% -
XYZ 5.13 4.33 3.93 -
YUV 59.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 80 51 53 0 0.36 0.34 0.69 355.86 0.22 0.26
Hex 50 33 35 0 24 22 45 164 16 1A
Octal 120 63 65 0 44 42 105 544 26 32
Binary 1010000 110011 110101 0 100100 100010 1000101 101100100 10110 11010

Color Harmonies of #503335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503335

Black with #503335

Text Example


Text Example

White with #503335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503335; }

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

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

background-color css

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

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

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

border-color css

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

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

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