Html Css Color HEX #68213F Pompadour

📋 copy color: '#68213F'

red 104 ◦ green 33 ◦ blue 63

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

Shades of Pompadour #68213F

Tints of Pompadour #68213F

RGB

 RED value IS 104 (41.02% from 255) = 52%

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

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

R = 52%
G = 16.5%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68213F (or 0x68213F) is known color: Pompadour. HEX triplet: 68, 21 and 3F. RGB value is (104,33,63). Sum of RGB (Red+Green+Blue) = 104+33+63=200 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 104 - color contains mainly: red. Hex color #68213F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68213F is #97DEC0. Grayscale: #393939. Windows color (decimal): -9952961 or 4137320. OLE color: 4137320.

HSL color Cylindrical-coordinate representation of color #68213F: hue angle of 334.65º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68213F is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 33 63 -
CMYK 0 0.68 0.39 0.59
HSL 334.65º 0.52% 0.27% -
HSV(B) 334.65º 0.68% 0.41% -
XYZ 7.15 4.39 5.17 -
YUV 57.65 131.02 161.06 -
System Red Green Blue C M Y K H S L
Decimal 104 33 63 0 0.68 0.39 0.59 334.65 0.52 0.27
Hex 68 21 3F 0 44 27 3B 14F 34 1B
Octal 150 41 77 0 104 47 73 517 64 33
Binary 1101000 100001 111111 0 1000100 100111 111011 101001111 110100 11011

Color Harmonies of #68213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68213F

Black with #68213F

Text Example


Text Example

White with #68213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,33,63); }

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

background-color css

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

 a { background-color: rgb(104,33,63); }

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

border-color css

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

 span { border-color: rgb(104,33,63); }

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