Html Css Color HEX #6D103F Pompadour

📋 copy color: '#6D103F'

red 109 ◦ green 16 ◦ blue 63

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

Shades of Pompadour #6D103F

Tints of Pompadour #6D103F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.51%

R = 57.98%
G = 8.51%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.57

RGB Variations

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

Color information

#6D103F (or 0x6D103F) is known color: Pompadour. HEX triplet: 6D, 10 and 3F. RGB value is (109,16,63). Sum of RGB (Red+Green+Blue) = 109+16+63=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D103F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D103F is #92EFC0. Grayscale: #313131. Windows color (decimal): -9629633 or 4132973. OLE color: 4132973.

HSL color Cylindrical-coordinate representation of color #6D103F: hue angle of 329.68º 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 #6D103F is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 16 63 -
CMYK 0 0.85 0.42 0.57
HSL 329.68º 0.74% 0.25% -
HSV(B) 329.68º 0.85% 0.43% -
XYZ 7.39 3.98 5.08 -
YUV 49.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 109 16 63 0 0.85 0.42 0.57 329.68 0.74 0.25
Hex 6D 10 3F 0 55 2A 39 14A 4A 19
Octal 155 20 77 0 125 52 71 512 112 31
Binary 1101101 10000 111111 0 1010101 101010 111001 101001010 1001010 11001

Color Harmonies of #6D103F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D103F

Black with #6D103F

Text Example


Text Example

White with #6D103F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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