Html Css Color HEX #61312E Persian Plum

📋 copy color: '#61312E'

red 97 ◦ green 49 ◦ blue 46

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

Shades of Persian Plum #61312E

Tints of Persian Plum #61312E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.96%

R = 50.52%
G = 25.52%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#61312E (or 0x61312E) is known color: Persian Plum. HEX triplet: 61, 31 and 2E. RGB value is (97,49,46). Sum of RGB (Red+Green+Blue) = 97+49+46=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61312E is #9ECED1. Grayscale: #3F3F3F. Windows color (decimal): -10407634 or 3027297. OLE color: 3027297.

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

Color convert

RGB 97 49 46 -
CMYK 0 0.49 0.53 0.62
HSL 3.53º 0.36% 0.28% -
HSV(B) 3.53º 0.53% 0.38% -
XYZ 6.52 4.94 3.19 -
YUV 63.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 97 49 46 0 0.49 0.53 0.62 3.53 0.36 0.28
Hex 61 31 2E 0 31 35 3E 4 24 1C
Octal 141 61 56 0 61 65 76 4 44 34
Binary 1100001 110001 101110 0 110001 110101 111110 100 100100 11100

Color Harmonies of #61312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61312E

Black with #61312E

Text Example


Text Example

White with #61312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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