Html Css Color HEX #6D134C Pompadour

📋 copy color: '#6D134C'

red 109 ◦ green 19 ◦ blue 76

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

Shades of Pompadour #6D134C

Tints of Pompadour #6D134C

RGB

 RED value IS 109 (42.97% from 255) = 53.43%

 GREEN value IS 19 (7.81% from 255) = 9.31%

 BLUE value IS 76 (30.08% from 255) = 37.25%

R = 53.43%
G = 9.31%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.57

RGB Variations

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

Color information

#6D134C (or 0x6D134C) is known color: Pompadour. HEX triplet: 6D, 13 and 4C. RGB value is (109,19,76). Sum of RGB (Red+Green+Blue) = 109+19+76=204 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.43% from 204); Green value is 19 (7.81% from 255 or 9.31% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 109 - color contains mainly: red. Hex color #6D134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D134C is #92ECB3. Grayscale: #343434. Windows color (decimal): -9628852 or 4985709. OLE color: 4985709.

HSL color Cylindrical-coordinate representation of color #6D134C: hue angle of 322º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D134C is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 19 76 -
CMYK 0 0.83 0.30 0.57
HSL 322º 0.7% 0.25% -
HSV(B) 322º 0.83% 0.43% -
XYZ 7.84 4.24 7.24 -
YUV 52.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 109 19 76 0 0.83 0.30 0.57 322 0.7 0.25
Hex 6D 13 4C 0 53 1E 39 142 46 19
Octal 155 23 114 0 123 36 71 502 106 31
Binary 1101101 10011 1001100 0 1010011 11110 111001 101000010 1000110 11001

Color Harmonies of #6D134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D134C

Black with #6D134C

Text Example


Text Example

White with #6D134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D134C; }

 p { color: rgb(109,19,76); }

 H1.HeaderClassName
 {
   color: #6D134C;
 }
 .AnyTagClassName
 {
   color: #6D134C;
 }
</style>

background-color css

<style>
 a { background-color: #6D134C; }

 a { background-color: rgb(109,19,76); }

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

border-color css

<style>
 span { border-color: #6D134C; }

 span { border-color: rgb(109,19,76); }

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