Html Css Color HEX #6D103B Pompadour

📋 copy color: '#6D103B'

red 109 ◦ green 16 ◦ blue 59

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

Shades of Pompadour #6D103B

Tints of Pompadour #6D103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.7%

 BLUE value IS 59 (23.44% from 255) = 32.07%

R = 59.24%
G = 8.7%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.57

RGB Variations

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

Color information

#6D103B (or 0x6D103B) is known color: Pompadour. HEX triplet: 6D, 10 and 3B. RGB value is (109,16,59). Sum of RGB (Red+Green+Blue) = 109+16+59=184 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.24% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 109 - color contains mainly: red. Hex color #6D103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D103B is #92EFC4. Grayscale: #303030. Windows color (decimal): -9629637 or 3870829. OLE color: 3870829.

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

Color convert

RGB 109 16 59 -
CMYK 0 0.85 0.46 0.57
HSL 332.26º 0.74% 0.25% -
HSV(B) 332.26º 0.85% 0.43% -
XYZ 7.28 3.94 4.51 -
YUV 48.71 133.81 171 -
System Red Green Blue C M Y K H S L
Decimal 109 16 59 0 0.85 0.46 0.57 332.26 0.74 0.25
Hex 6D 10 3B 0 55 2E 39 14C 4A 19
Octal 155 20 73 0 125 56 71 514 112 31
Binary 1101101 10000 111011 0 1010101 101110 111001 101001100 1001010 11001

Color Harmonies of #6D103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D103B

Black with #6D103B

Text Example


Text Example

White with #6D103B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,59); }

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

background-color css

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

 a { background-color: rgb(109,16,59); }

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

border-color css

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

 span { border-color: rgb(109,16,59); }

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