Html Css Color HEX #693130 Persian Plum

📋 copy color: '#693130'

red 105 ◦ green 49 ◦ blue 48

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

Shades of Persian Plum #693130

Tints of Persian Plum #693130

RGB

 RED value IS 105 (41.41% from 255) = 51.98%

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

 BLUE value IS 48 (19.14% from 255) = 23.76%

R = 51.98%
G = 24.26%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#693130 (or 0x693130) is known color: Persian Plum. HEX triplet: 69, 31 and 30. RGB value is (105,49,48). Sum of RGB (Red+Green+Blue) = 105+49+48=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #693130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693130 is #96CECF. Grayscale: #414141. Windows color (decimal): -9883344 or 3158377. OLE color: 3158377.

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

Color convert

RGB 105 49 48 -
CMYK 0 0.53 0.54 0.59
HSL 1.05º 0.37% 0.3% -
HSV(B) 1.05º 0.54% 0.41% -
XYZ 7.46 5.41 3.45 -
YUV 65.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 105 49 48 0 0.53 0.54 0.59 1.05 0.37 0.3
Hex 69 31 30 0 35 36 3B 1 25 1E
Octal 151 61 60 0 65 66 73 1 45 36
Binary 1101001 110001 110000 0 110101 110110 111011 1 100101 11110

Color Harmonies of #693130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693130

Black with #693130

Text Example


Text Example

White with #693130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693130; }

 p { color: rgb(105,49,48); }

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

background-color css

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

 a { background-color: rgb(105,49,48); }

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

border-color css

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

 span { border-color: rgb(105,49,48); }

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