Html Css Color HEX #661538 Pompadour

📋 copy color: '#661538'

red 102 ◦ green 21 ◦ blue 56

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

Shades of Pompadour #661538

Tints of Pompadour #661538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.73%

 BLUE value IS 56 (22.27% from 255) = 31.28%

R = 56.98%
G = 11.73%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.6

RGB Variations

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

Color information

#661538 (or 0x661538) is known color: Pompadour. HEX triplet: 66, 15 and 38. RGB value is (102,21,56). Sum of RGB (Red+Green+Blue) = 102+21+56=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #661538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661538 is #99EAC7. Grayscale: #313131. Windows color (decimal): -10087112 or 3675494. OLE color: 3675494.

HSL color Cylindrical-coordinate representation of color #661538: hue angle of 334.07º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #661538 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 21 56 -
CMYK 0 0.79 0.45 0.6
HSL 334.07º 0.66% 0.24% -
HSV(B) 334.07º 0.79% 0.4% -
XYZ 6.46 3.65 4.1 -
YUV 49.21 131.84 165.65 -
System Red Green Blue C M Y K H S L
Decimal 102 21 56 0 0.79 0.45 0.6 334.07 0.66 0.24
Hex 66 15 38 0 4F 2D 3C 14E 42 18
Octal 146 25 70 0 117 55 74 516 102 30
Binary 1100110 10101 111000 0 1001111 101101 111100 101001110 1000010 11000

Color Harmonies of #661538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661538

Black with #661538

Text Example


Text Example

White with #661538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661538; }

 p { color: rgb(102,21,56); }

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

background-color css

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

 a { background-color: rgb(102,21,56); }

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

border-color css

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

 span { border-color: rgb(102,21,56); }

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