Html Css Color HEX #6D284C Pompadour

📋 copy color: '#6D284C'

red 109 ◦ green 40 ◦ blue 76

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

Shades of Pompadour #6D284C

Tints of Pompadour #6D284C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

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

R = 48.44%
G = 17.78%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.57

RGB Variations

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

Color information

#6D284C (or 0x6D284C) is known color: Pompadour. HEX triplet: 6D, 28 and 4C. RGB value is (109,40,76). Sum of RGB (Red+Green+Blue) = 109+40+76=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D284C is #92D7B3. Grayscale: #404040. Windows color (decimal): -9623476 or 4991085. OLE color: 4991085.

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

Color convert

RGB 109 40 76 -
CMYK 0 0.63 0.30 0.57
HSL 328.7º 0.46% 0.29% -
HSV(B) 328.7º 0.63% 0.43% -
XYZ 8.37 5.29 7.42 -
YUV 64.74 134.36 159.57 -
System Red Green Blue C M Y K H S L
Decimal 109 40 76 0 0.63 0.30 0.57 328.7 0.46 0.29
Hex 6D 28 4C 0 3F 1E 39 149 2E 1D
Octal 155 50 114 0 77 36 71 511 56 35
Binary 1101101 101000 1001100 0 111111 11110 111001 101001001 101110 11101

Color Harmonies of #6D284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D284C

Black with #6D284C

Text Example


Text Example

White with #6D284C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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