Html Css Color HEX #603331 Persian Plum

📋 copy color: '#603331'

red 96 ◦ green 51 ◦ blue 49

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

Shades of Persian Plum #603331

Tints of Persian Plum #603331

RGB

 RED value IS 96 (37.89% from 255) = 48.98%

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

 BLUE value IS 49 (19.53% from 255) = 25%

R = 48.98%
G = 26.02%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#603331 (or 0x603331) is known color: Persian Plum. HEX triplet: 60, 33 and 31. RGB value is (96,51,49). Sum of RGB (Red+Green+Blue) = 96+51+49=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #603331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603331 is #9FCCCE. Grayscale: #404040. Windows color (decimal): -10472655 or 3224416. OLE color: 3224416.

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

Color convert

RGB 96 51 49 -
CMYK 0 0.47 0.49 0.62
HSL 2.55º 0.32% 0.28% -
HSV(B) 2.55º 0.49% 0.38% -
XYZ 6.56 5.08 3.54 -
YUV 64.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 96 51 49 0 0.47 0.49 0.62 2.55 0.32 0.28
Hex 60 33 31 0 2F 31 3E 3 20 1C
Octal 140 63 61 0 57 61 76 3 40 34
Binary 1100000 110011 110001 0 101111 110001 111110 11 100000 11100

Color Harmonies of #603331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #603331

Black with #603331

Text Example


Text Example

White with #603331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #603331; }

 p { color: rgb(96,51,49); }

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

background-color css

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

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

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

border-color css

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

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

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