Html Css Color HEX #661D41 Pompadour

📋 copy color: '#661D41'

red 102 ◦ green 29 ◦ blue 65

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

Shades of Pompadour #661D41

Tints of Pompadour #661D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.8%

 BLUE value IS 65 (25.78% from 255) = 33.16%

R = 52.04%
G = 14.8%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.6

RGB Variations

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

Color information

#661D41 (or 0x661D41) is known color: Pompadour. HEX triplet: 66, 1D and 41. RGB value is (102,29,65). Sum of RGB (Red+Green+Blue) = 102+29+65=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #661D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661D41 is #99E2BE. Grayscale: #363636. Windows color (decimal): -10085055 or 4267366. OLE color: 4267366.

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

Color convert

RGB 102 29 65 -
CMYK 0 0.72 0.36 0.6
HSL 330.41º 0.56% 0.26% -
HSV(B) 330.41º 0.72% 0.4% -
XYZ 6.87 4.09 5.43 -
YUV 54.93 133.68 161.57 -
System Red Green Blue C M Y K H S L
Decimal 102 29 65 0 0.72 0.36 0.6 330.41 0.56 0.26
Hex 66 1D 41 0 48 24 3C 14A 38 1A
Octal 146 35 101 0 110 44 74 512 70 32
Binary 1100110 11101 1000001 0 1001000 100100 111100 101001010 111000 11010

Color Harmonies of #661D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661D41

Black with #661D41

Text Example


Text Example

White with #661D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661D41; }

 p { color: rgb(102,29,65); }

 H1.HeaderClassName
 {
   color: #661D41;
 }
 .AnyTagClassName
 {
   color: #661D41;
 }
</style>

background-color css

<style>
 a { background-color: #661D41; }

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

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

border-color css

<style>
 span { border-color: #661D41; }

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

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