#613330

Color #613330 Persian Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Plum #613330

Tints of Persian Plum #613330

Color information

#613330 (or 0x613330) is unknown color: approx Persian Plum. HEX triplet: 61, 33 and 30. RGB value is (97,51,48). Sum of RGB (Red+Green+Blue) = 97+51+48=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #613330 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613330 is #9ECCCF. Grayscale: #404040. Windows color (decimal): -10407120 or 3158881. OLE color: 3158881.

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

Color convert

RGB975148-
CMYK00.470.510.62
HSL3.67º33.79%28.43%-
HSV(B)3.67º50.52%38.04%-
XYZ6.655.123.43-
YUV64.41118.74151.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 51 (20.31% from 255) = 26.02%
BLUE value IS 48 (19.14% from 255) = 24.49%
R=49.49%
G=26.02%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97514800.470.510.623.6733.7928.43
Hex61333002F333E4221c
Octal1416360057637644234
Binary1100001110011110000010111111001111111010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613330; }

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

 H1.HeaderClassName
 {
   color: #613330;
 }
 .AnyTagClassName
 {
   color: #613330;
 }
</style>
background-color css

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

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

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

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

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

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