Html Css Color HEX #66233F Pompadour

📋 copy color: '#66233F'

red 102 ◦ green 35 ◦ blue 63

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

Shades of Pompadour #66233F

Tints of Pompadour #66233F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

 BLUE value IS 63 (25% from 255) = 31.5%

R = 51%
G = 17.5%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.6

RGB Variations

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

Color information

#66233F (or 0x66233F) is known color: Pompadour. HEX triplet: 66, 23 and 3F. RGB value is (102,35,63). Sum of RGB (Red+Green+Blue) = 102+35+63=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66233F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66233F is #99DCC0. Grayscale: #3A3A3A. Windows color (decimal): -10083521 or 4137830. OLE color: 4137830.

HSL color Cylindrical-coordinate representation of color #66233F: hue angle of 334.93º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66233F is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 35 63 -
CMYK 0 0.66 0.38 0.6
HSL 334.93º 0.49% 0.27% -
HSV(B) 334.93º 0.66% 0.4% -
XYZ 6.98 4.39 5.18 -
YUV 58.23 130.7 159.22 -
System Red Green Blue C M Y K H S L
Decimal 102 35 63 0 0.66 0.38 0.6 334.93 0.49 0.27
Hex 66 23 3F 0 42 26 3C 14F 31 1B
Octal 146 43 77 0 102 46 74 517 61 33
Binary 1100110 100011 111111 0 1000010 100110 111100 101001111 110001 11011

Color Harmonies of #66233F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66233F

Black with #66233F

Text Example


Text Example

White with #66233F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,35,63); }

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

background-color css

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

 a { background-color: rgb(102,35,63); }

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

border-color css

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

 span { border-color: rgb(102,35,63); }

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