Html Css Color HEX #662D2D Persian Plum

📋 copy color: '#662D2D'

red 102 ◦ green 45 ◦ blue 45

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

Shades of Persian Plum #662D2D

Tints of Persian Plum #662D2D

RGB

 RED value IS 102 (40.23% from 255) = 53.13%

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

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

R = 53.13%
G = 23.44%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.6

RGB Variations

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

Color information

#662D2D (or 0x662D2D) is known color: Persian Plum. HEX triplet: 66, 2D and 2D. RGB value is (102,45,45). Sum of RGB (Red+Green+Blue) = 102+45+45=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #662D2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D2D is #99D2D2. Grayscale: #3E3E3E. Windows color (decimal): -10080979 or 2960742. OLE color: 2960742.

HSL color Cylindrical-coordinate representation of color #662D2D: hue angle of 0º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662D2D is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 45 45 -
CMYK 0 0.56 0.56 0.6
HSL 0.39% 0.29% -
HSV(B) 0.56% 0.4% -
XYZ 6.89 4.89 3.06 -
YUV 62.04 118.38 156.5 -
System Red Green Blue C M Y K H S L
Decimal 102 45 45 0 0.56 0.56 0.6 0 0.39 0.29
Hex 66 2D 2D 0 38 38 3C 0 27 1D
Octal 146 55 55 0 70 70 74 0 47 35
Binary 1100110 101101 101101 0 111000 111000 111100 0 100111 11101

Color Harmonies of #662D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662D2D

Black with #662D2D

Text Example


Text Example

White with #662D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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