Html Css Color HEX #61302F Persian Plum

📋 copy color: '#61302F'

red 97 ◦ green 48 ◦ blue 47

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

Shades of Persian Plum #61302F

Tints of Persian Plum #61302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25%

 BLUE value IS 47 (18.75% from 255) = 24.48%

R = 50.52%
G = 25%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#61302F (or 0x61302F) is known color: Persian Plum. HEX triplet: 61, 30 and 2F. RGB value is (97,48,47). Sum of RGB (Red+Green+Blue) = 97+48+47=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61302F is #9ECFD0. Grayscale: #3E3E3E. Windows color (decimal): -10407889 or 3092577. OLE color: 3092577.

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

Color convert

RGB 97 48 47 -
CMYK 0 0.51 0.52 0.62
HSL 1.2º 0.35% 0.28% -
HSV(B) 1.2º 0.52% 0.38% -
XYZ 6.5 4.86 3.28 -
YUV 62.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 97 48 47 0 0.51 0.52 0.62 1.2 0.35 0.28
Hex 61 30 2F 0 33 34 3E 1 23 1C
Octal 141 60 57 0 63 64 76 1 43 34
Binary 1100001 110000 101111 0 110011 110100 111110 1 100011 11100

Color Harmonies of #61302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61302F

Black with #61302F

Text Example


Text Example

White with #61302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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