Html Css Color HEX #66213D Pompadour

📋 copy color: '#66213D'

red 102 ◦ green 33 ◦ blue 61

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

Shades of Pompadour #66213D

Tints of Pompadour #66213D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.84%

 BLUE value IS 61 (24.22% from 255) = 31.12%

R = 52.04%
G = 16.84%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#66213D (or 0x66213D) is known color: Pompadour. HEX triplet: 66, 21 and 3D. RGB value is (102,33,61). Sum of RGB (Red+Green+Blue) = 102+33+61=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 61 (24.22% from 255 or 31.12% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66213D is #99DEC2. Grayscale: #383838. Windows color (decimal): -10084035 or 4006246. OLE color: 4006246.

HSL color Cylindrical-coordinate representation of color #66213D: hue angle of 335.65º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66213D is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 33 61 -
CMYK 0 0.68 0.40 0.6
HSL 335.65º 0.51% 0.26% -
HSV(B) 335.65º 0.68% 0.4% -
XYZ 6.87 4.25 4.87 -
YUV 56.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 102 33 61 0 0.68 0.40 0.6 335.65 0.51 0.26
Hex 66 21 3D 0 44 28 3C 150 33 1A
Octal 146 41 75 0 104 50 74 520 63 32
Binary 1100110 100001 111101 0 1000100 101000 111100 101010000 110011 11010

Color Harmonies of #66213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66213D

Black with #66213D

Text Example


Text Example

White with #66213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66213D; }

 p { color: rgb(102,33,61); }

 H1.HeaderClassName
 {
   color: #66213D;
 }
 .AnyTagClassName
 {
   color: #66213D;
 }
</style>

background-color css

<style>
 a { background-color: #66213D; }

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

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

border-color css

<style>
 span { border-color: #66213D; }

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

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