Html Css Color HEX #68244B Pompadour

📋 copy color: '#68244B'

red 104 ◦ green 36 ◦ blue 75

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

Shades of Pompadour #68244B

Tints of Pompadour #68244B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.74%

 BLUE value IS 75 (29.69% from 255) = 34.88%

R = 48.37%
G = 16.74%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68244B (or 0x68244B) is known color: Pompadour. HEX triplet: 68, 24 and 4B. RGB value is (104,36,75). Sum of RGB (Red+Green+Blue) = 104+36+75=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68244B is #97DBB4. Grayscale: #3C3C3C. Windows color (decimal): -9952181 or 4924520. OLE color: 4924520.

HSL color Cylindrical-coordinate representation of color #68244B: hue angle of 325.59º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68244B is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 36 75 -
CMYK 0 0.65 0.28 0.59
HSL 325.59º 0.49% 0.27% -
HSV(B) 325.59º 0.65% 0.41% -
XYZ 7.61 4.71 7.17 -
YUV 60.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 104 36 75 0 0.65 0.28 0.59 325.59 0.49 0.27
Hex 68 24 4B 0 41 1C 3B 146 31 1B
Octal 150 44 113 0 101 34 73 506 61 33
Binary 1101000 100100 1001011 0 1000001 11100 111011 101000110 110001 11011

Color Harmonies of #68244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68244B

Black with #68244B

Text Example


Text Example

White with #68244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68244B; }

 p { color: rgb(104,36,75); }

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

background-color css

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

 a { background-color: rgb(104,36,75); }

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

border-color css

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

 span { border-color: rgb(104,36,75); }

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