Html Css Color HEX #613737 Persian Plum

📋 copy color: '#613737'

red 97 ◦ green 55 ◦ blue 55

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

Shades of Persian Plum #613737

Tints of Persian Plum #613737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.57%

 BLUE value IS 55 (21.88% from 255) = 26.57%

R = 46.86%
G = 26.57%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#613737 (or 0x613737) is known color: Persian Plum. HEX triplet: 61, 37 and 37. RGB value is (97,55,55). Sum of RGB (Red+Green+Blue) = 97+55+55=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 55 (21.88% from 255 or 26.57% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #613737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613737 is #9EC8C8. Grayscale: #434343. Windows color (decimal): -10406089 or 3618657. OLE color: 3618657.

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

Color convert

RGB 97 55 55 -
CMYK 0 0.43 0.43 0.62
HSL 0.28% 0.3% -
HSV(B) 0.43% 0.38% -
XYZ 6.99 5.55 4.32 -
YUV 67.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 97 55 55 0 0.43 0.43 0.62 0 0.28 0.3
Hex 61 37 37 0 2B 2B 3E 0 1C 1E
Octal 141 67 67 0 53 53 76 0 34 36
Binary 1100001 110111 110111 0 101011 101011 111110 0 11100 11110

Color Harmonies of #613737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613737

Black with #613737

Text Example


Text Example

White with #613737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613737; }

 p { color: rgb(97,55,55); }

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

background-color css

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

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

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

border-color css

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

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

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