Html Css Color HEX #66322F Persian Plum

📋 copy color: '#66322F'

red 102 ◦ green 50 ◦ blue 47

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

Shades of Persian Plum #66322F

Tints of Persian Plum #66322F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.13%

 BLUE value IS 47 (18.75% from 255) = 23.62%

R = 51.26%
G = 25.13%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#66322F (or 0x66322F) is known color: Persian Plum. HEX triplet: 66, 32 and 2F. RGB value is (102,50,47). Sum of RGB (Red+Green+Blue) = 102+50+47=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 47 (18.75% from 255 or 23.62% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66322F is #99CDD0. Grayscale: #414141. Windows color (decimal): -10079697 or 3093094. OLE color: 3093094.

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

Color convert

RGB 102 50 47 -
CMYK 0 0.51 0.54 0.6
HSL 3.27º 0.37% 0.29% -
HSV(B) 3.27º 0.54% 0.4% -
XYZ 7.13 5.31 3.34 -
YUV 65.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 102 50 47 0 0.51 0.54 0.6 3.27 0.37 0.29
Hex 66 32 2F 0 33 36 3C 3 25 1D
Octal 146 62 57 0 63 66 74 3 45 35
Binary 1100110 110010 101111 0 110011 110110 111100 11 100101 11101

Color Harmonies of #66322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66322F

Black with #66322F

Text Example


Text Example

White with #66322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66322F; }

 p { color: rgb(102,50,47); }

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

background-color css

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

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

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

border-color css

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

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

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