Html Css Color HEX #68274B Pompadour

📋 copy color: '#68274B'

red 104 ◦ green 39 ◦ blue 75

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

Shades of Pompadour #68274B

Tints of Pompadour #68274B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

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

R = 47.71%
G = 17.89%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.28

 K value IS 0.59

RGB Variations

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

Color information

#68274B (or 0x68274B) is known color: Pompadour. HEX triplet: 68, 27 and 4B. RGB value is (104,39,75). Sum of RGB (Red+Green+Blue) = 104+39+75=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 104 - color contains mainly: red. Hex color #68274B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68274B is #97D8B4. Grayscale: #3E3E3E. Windows color (decimal): -9951413 or 4925288. OLE color: 4925288.

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

Color convert

RGB 104 39 75 -
CMYK 0 0.62 0.28 0.59
HSL 326.77º 0.45% 0.28% -
HSV(B) 326.77º 0.63% 0.41% -
XYZ 7.7 4.9 7.2 -
YUV 62.54 135.03 157.57 -
System Red Green Blue C M Y K H S L
Decimal 104 39 75 0 0.62 0.28 0.59 326.77 0.45 0.28
Hex 68 27 4B 0 3E 1C 3B 147 2D 1C
Octal 150 47 113 0 76 34 73 507 55 34
Binary 1101000 100111 1001011 0 111110 11100 111011 101000111 101101 11100

Color Harmonies of #68274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68274B

Black with #68274B

Text Example


Text Example

White with #68274B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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