Html Css Color HEX #613231 Persian Plum

📋 copy color: '#613231'

red 97 ◦ green 50 ◦ blue 49

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

Shades of Persian Plum #613231

Tints of Persian Plum #613231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

 BLUE value IS 49 (19.53% from 255) = 25%

R = 49.49%
G = 25.51%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#613231 (or 0x613231) is known color: Persian Plum. HEX triplet: 61, 32 and 31. RGB value is (97,50,49). Sum of RGB (Red+Green+Blue) = 97+50+49=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #613231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613231 is #9ECDCE. Grayscale: #3F3F3F. Windows color (decimal): -10407375 or 3224161. OLE color: 3224161.

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

Color convert

RGB 97 50 49 -
CMYK 0 0.48 0.49 0.62
HSL 1.25º 0.33% 0.29% -
HSV(B) 1.25º 0.49% 0.38% -
XYZ 6.62 5.04 3.53 -
YUV 63.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 97 50 49 0 0.48 0.49 0.62 1.25 0.33 0.29
Hex 61 32 31 0 30 31 3E 1 21 1D
Octal 141 62 61 0 60 61 76 1 41 35
Binary 1100001 110010 110001 0 110000 110001 111110 1 100001 11101

Color Harmonies of #613231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613231

Black with #613231

Text Example


Text Example

White with #613231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613231; }

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

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

background-color css

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

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

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

border-color css

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

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

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