Html Css Color HEX #613130 Persian Plum

📋 copy color: '#613130'

red 97 ◦ green 49 ◦ blue 48

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

Shades of Persian Plum #613130

Tints of Persian Plum #613130

RGB

 RED value IS 97 (38.28% from 255) = 50%

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

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

R = 50%
G = 25.26%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.62

RGB Variations

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

Color information

#613130 (or 0x613130) is known color: Persian Plum. HEX triplet: 61, 31 and 30. RGB value is (97,49,48). Sum of RGB (Red+Green+Blue) = 97+49+48=194 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 97 - color contains mainly: red. Hex color #613130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613130 is #9ECECF. Grayscale: #3F3F3F. Windows color (decimal): -10407632 or 3158369. OLE color: 3158369.

HSL color Cylindrical-coordinate representation of color #613130: hue angle of 1.22º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #613130 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 48 -
CMYK 0 0.49 0.51 0.62
HSL 1.22º 0.34% 0.28% -
HSV(B) 1.22º 0.51% 0.38% -
XYZ 6.56 4.95 3.41 -
YUV 63.24 119.4 152.08 -
System Red Green Blue C M Y K H S L
Decimal 97 49 48 0 0.49 0.51 0.62 1.22 0.34 0.28
Hex 61 31 30 0 31 33 3E 1 22 1C
Octal 141 61 60 0 61 63 76 1 42 34
Binary 1100001 110001 110000 0 110001 110011 111110 1 100010 11100

Color Harmonies of #613130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613130

Black with #613130

Text Example


Text Example

White with #613130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613130; }

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

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

background-color css

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

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

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

border-color css

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

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

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