Html Css Color HEX #6D123F Pompadour

📋 copy color: '#6D123F'

red 109 ◦ green 18 ◦ blue 63

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

Shades of Pompadour #6D123F

Tints of Pompadour #6D123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.47%

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

R = 57.37%
G = 9.47%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.42

 K value IS 0.57

RGB Variations

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

Color information

#6D123F (or 0x6D123F) is known color: Pompadour. HEX triplet: 6D, 12 and 3F. RGB value is (109,18,63). Sum of RGB (Red+Green+Blue) = 109+18+63=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D123F is #92EDC0. Grayscale: #323232. Windows color (decimal): -9629121 or 4133485. OLE color: 4133485.

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

Color convert

RGB 109 18 63 -
CMYK 0 0.83 0.42 0.57
HSL 330.33º 0.72% 0.25% -
HSV(B) 330.33º 0.83% 0.43% -
XYZ 7.42 4.04 5.09 -
YUV 50.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 109 18 63 0 0.83 0.42 0.57 330.33 0.72 0.25
Hex 6D 12 3F 0 53 2A 39 14A 48 19
Octal 155 22 77 0 123 52 71 512 110 31
Binary 1101101 10010 111111 0 1010011 101010 111001 101001010 1001000 11001

Color Harmonies of #6D123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D123F

Black with #6D123F

Text Example


Text Example

White with #6D123F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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