Html Css Color HEX #66223D Pompadour

📋 copy color: '#66223D'

red 102 ◦ green 34 ◦ blue 61

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

Shades of Pompadour #66223D

Tints of Pompadour #66223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

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

R = 51.78%
G = 17.26%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.6

RGB Variations

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

Color information

#66223D (or 0x66223D) is known color: Pompadour. HEX triplet: 66, 22 and 3D. RGB value is (102,34,61). Sum of RGB (Red+Green+Blue) = 102+34+61=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66223D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66223D is #99DDC2. Grayscale: #393939. Windows color (decimal): -10083779 or 4006502. OLE color: 4006502.

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

Color convert

RGB 102 34 61 -
CMYK 0 0.67 0.40 0.6
HSL 336.18º 0.5% 0.27% -
HSV(B) 336.18º 0.67% 0.4% -
XYZ 6.89 4.31 4.88 -
YUV 57.41 130.03 159.8 -
System Red Green Blue C M Y K H S L
Decimal 102 34 61 0 0.67 0.40 0.6 336.18 0.5 0.27
Hex 66 22 3D 0 43 28 3C 150 32 1B
Octal 146 42 75 0 103 50 74 520 62 33
Binary 1100110 100010 111101 0 1000011 101000 111100 101010000 110010 11011

Color Harmonies of #66223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66223D

Black with #66223D

Text Example


Text Example

White with #66223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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