Html Css Color HEX #66302F Persian Plum

📋 copy color: '#66302F'

red 102 ◦ green 48 ◦ blue 47

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

Shades of Persian Plum #66302F

Tints of Persian Plum #66302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.37%

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

R = 51.78%
G = 24.37%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.6

RGB Variations

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

Color information

#66302F (or 0x66302F) is known color: Persian Plum. HEX triplet: 66, 30 and 2F. RGB value is (102,48,47). Sum of RGB (Red+Green+Blue) = 102+48+47=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 48 (19.14% from 255 or 24.37% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66302F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66302F is #99CFD0. Grayscale: #404040. Windows color (decimal): -10080209 or 3092582. OLE color: 3092582.

HSL color Cylindrical-coordinate representation of color #66302F: hue angle of 1.09º 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 #66302F is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 48 47 -
CMYK 0 0.53 0.54 0.6
HSL 1.09º 0.37% 0.29% -
HSV(B) 1.09º 0.54% 0.4% -
XYZ 7.05 5.14 3.31 -
YUV 64.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 102 48 47 0 0.53 0.54 0.6 1.09 0.37 0.29
Hex 66 30 2F 0 35 36 3C 1 25 1D
Octal 146 60 57 0 65 66 74 1 45 35
Binary 1100110 110000 101111 0 110101 110110 111100 1 100101 11101

Color Harmonies of #66302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66302F

Black with #66302F

Text Example


Text Example

White with #66302F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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