Html Css Color HEX #613333 Persian Plum

📋 copy color: '#613333'

red 97 ◦ green 51 ◦ blue 51

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

Shades of Persian Plum #613333

Tints of Persian Plum #613333

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.63%

 BLUE value IS 51 (20.31% from 255) = 25.63%

R = 48.74%
G = 25.63%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#613333 (or 0x613333) is known color: Persian Plum. HEX triplet: 61, 33 and 33. RGB value is (97,51,51). Sum of RGB (Red+Green+Blue) = 97+51+51=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #613333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613333 is #9ECCCC. Grayscale: #404040. Windows color (decimal): -10407117 or 3355489. OLE color: 3355489.

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

Color convert

RGB 97 51 51 -
CMYK 0 0.47 0.47 0.62
HSL 0.31% 0.29% -
HSV(B) 0.47% 0.38% -
XYZ 6.71 5.15 3.77 -
YUV 64.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 97 51 51 0 0.47 0.47 0.62 0 0.31 0.29
Hex 61 33 33 0 2F 2F 3E 0 1F 1D
Octal 141 63 63 0 57 57 76 0 37 35
Binary 1100001 110011 110011 0 101111 101111 111110 0 11111 11101

Color Harmonies of #613333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613333

Black with #613333

Text Example


Text Example

White with #613333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613333; }

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

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

background-color css

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

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

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

border-color css

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

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

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