Html Css Color HEX #68203F Pompadour

📋 copy color: '#68203F'

red 104 ◦ green 32 ◦ blue 63

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

Shades of Pompadour #68203F

Tints of Pompadour #68203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.08%

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

R = 52.26%
G = 16.08%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#68203F (or 0x68203F) is known color: Pompadour. HEX triplet: 68, 20 and 3F. RGB value is (104,32,63). Sum of RGB (Red+Green+Blue) = 104+32+63=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #68203F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68203F is #97DFC0. Grayscale: #393939. Windows color (decimal): -9953217 or 4137064. OLE color: 4137064.

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

Color convert

RGB 104 32 63 -
CMYK 0 0.69 0.39 0.59
HSL 334.17º 0.53% 0.27% -
HSV(B) 334.17º 0.69% 0.41% -
XYZ 7.12 4.33 5.16 -
YUV 57.06 131.35 161.48 -
System Red Green Blue C M Y K H S L
Decimal 104 32 63 0 0.69 0.39 0.59 334.17 0.53 0.27
Hex 68 20 3F 0 45 27 3B 14E 35 1B
Octal 150 40 77 0 105 47 73 516 65 33
Binary 1101000 100000 111111 0 1000101 100111 111011 101001110 110101 11011

Color Harmonies of #68203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68203F

Black with #68203F

Text Example


Text Example

White with #68203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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