Html Css Color HEX #683535 Persian Plum

📋 copy color: '#683535'

red 104 ◦ green 53 ◦ blue 53

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

Shades of Persian Plum #683535

Tints of Persian Plum #683535

RGB

 RED value IS 104 (41.02% from 255) = 49.52%

 GREEN value IS 53 (21.09% from 255) = 25.24%

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

R = 49.52%
G = 25.24%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#683535 (or 0x683535) is known color: Persian Plum. HEX triplet: 68, 35 and 35. RGB value is (104,53,53). Sum of RGB (Red+Green+Blue) = 104+53+53=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #683535 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683535 is #97CACA. Grayscale: #444444. Windows color (decimal): -9947851 or 3487080. OLE color: 3487080.

HSL color Cylindrical-coordinate representation of color #683535: hue angle of 0º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #683535 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 53 53 -
CMYK 0 0.49 0.49 0.59
HSL 0.32% 0.31% -
HSV(B) 0.49% 0.41% -
XYZ 7.62 5.75 4.08 -
YUV 68.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 104 53 53 0 0.49 0.49 0.59 0 0.32 0.31
Hex 68 35 35 0 31 31 3B 0 20 1F
Octal 150 65 65 0 61 61 73 0 40 37
Binary 1101000 110101 110101 0 110001 110001 111011 0 100000 11111

Color Harmonies of #683535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683535

Black with #683535

Text Example


Text Example

White with #683535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683535; }

 p { color: rgb(104,53,53); }

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

background-color css

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

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

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

border-color css

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

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

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