Html Css Color HEX #602D2D Persian Plum

📋 copy color: '#602D2D'

red 96 ◦ green 45 ◦ blue 45

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

Shades of Persian Plum #602D2D

Tints of Persian Plum #602D2D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.19%

 BLUE value IS 45 (17.97% from 255) = 24.19%

R = 51.61%
G = 24.19%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.62

RGB Variations

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

Color information

#602D2D (or 0x602D2D) is known color: Persian Plum. HEX triplet: 60, 2D and 2D. RGB value is (96,45,45). Sum of RGB (Red+Green+Blue) = 96+45+45=186 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.61% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 96 - color contains mainly: red. Hex color #602D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602D2D is #9FD2D2. Grayscale: #3C3C3C. Windows color (decimal): -10474195 or 2960736. OLE color: 2960736.

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

Color convert

RGB 96 45 45 -
CMYK 0 0.53 0.53 0.62
HSL 0.36% 0.28% -
HSV(B) 0.53% 0.38% -
XYZ 6.24 4.55 3.03 -
YUV 60.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 96 45 45 0 0.53 0.53 0.62 0 0.36 0.28
Hex 60 2D 2D 0 35 35 3E 0 24 1C
Octal 140 55 55 0 65 65 76 0 44 34
Binary 1100000 101101 101101 0 110101 110101 111110 0 100100 11100

Color Harmonies of #602D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602D2D

Black with #602D2D

Text Example


Text Example

White with #602D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602D2D; }

 p { color: rgb(96,45,45); }

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

background-color css

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

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

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

border-color css

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

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

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