Html Css Color HEX #68234D Pompadour

📋 copy color: '#68234D'

red 104 ◦ green 35 ◦ blue 77

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

Shades of Pompadour #68234D

Tints of Pompadour #68234D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 35.65%

R = 48.15%
G = 16.2%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#68234D (or 0x68234D) is known color: Pompadour. HEX triplet: 68, 23 and 4D. RGB value is (104,35,77). Sum of RGB (Red+Green+Blue) = 104+35+77=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68234D is #97DCB2. Grayscale: #3C3C3C. Windows color (decimal): -9952435 or 5055336. OLE color: 5055336.

HSL color Cylindrical-coordinate representation of color #68234D: hue angle of 323.48º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68234D is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 35 77 -
CMYK 0 0.66 0.26 0.59
HSL 323.48º 0.5% 0.27% -
HSV(B) 323.48º 0.66% 0.41% -
XYZ 7.65 4.68 7.52 -
YUV 60.42 137.36 159.08 -
System Red Green Blue C M Y K H S L
Decimal 104 35 77 0 0.66 0.26 0.59 323.48 0.5 0.27
Hex 68 23 4D 0 42 1A 3B 143 32 1B
Octal 150 43 115 0 102 32 73 503 62 33
Binary 1101000 100011 1001101 0 1000010 11010 111011 101000011 110010 11011

Color Harmonies of #68234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68234D

Black with #68234D

Text Example


Text Example

White with #68234D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,35,77); }

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

background-color css

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

 a { background-color: rgb(104,35,77); }

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

border-color css

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

 span { border-color: rgb(104,35,77); }

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