Html Css Color HEX #662C2C Persian Plum

📋 copy color: '#662C2C'

red 102 ◦ green 44 ◦ blue 44

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

Shades of Persian Plum #662C2C

Tints of Persian Plum #662C2C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.16%

 BLUE value IS 44 (17.58% from 255) = 23.16%

R = 53.68%
G = 23.16%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.6

RGB Variations

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

Color information

#662C2C (or 0x662C2C) is known color: Persian Plum. HEX triplet: 66, 2C and 2C. RGB value is (102,44,44). Sum of RGB (Red+Green+Blue) = 102+44+44=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #662C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662C2C is #99D3D3. Grayscale: #3D3D3D. Windows color (decimal): -10081236 or 2894950. OLE color: 2894950.

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

Color convert

RGB 102 44 44 -
CMYK 0 0.57 0.57 0.6
HSL 0.4% 0.29% -
HSV(B) 0.57% 0.4% -
XYZ 6.83 4.81 2.95 -
YUV 61.34 118.22 157 -
System Red Green Blue C M Y K H S L
Decimal 102 44 44 0 0.57 0.57 0.6 0 0.4 0.29
Hex 66 2C 2C 0 39 39 3C 0 28 1D
Octal 146 54 54 0 71 71 74 0 50 35
Binary 1100110 101100 101100 0 111001 111001 111100 0 101000 11101

Color Harmonies of #662C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662C2C

Black with #662C2C

Text Example


Text Example

White with #662C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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