Html Css Color HEX #6D123A Pompadour

📋 copy color: '#6D123A'

red 109 ◦ green 18 ◦ blue 58

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

Shades of Pompadour #6D123A

Tints of Pompadour #6D123A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 31.35%

R = 58.92%
G = 9.73%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D123A (or 0x6D123A) is known color: Pompadour. HEX triplet: 6D, 12 and 3A. RGB value is (109,18,58). Sum of RGB (Red+Green+Blue) = 109+18+58=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D123A is #92EDC5. Grayscale: #313131. Windows color (decimal): -9629126 or 3805805. OLE color: 3805805.

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

Color convert

RGB 109 18 58 -
CMYK 0 0.83 0.47 0.57
HSL 333.63º 0.72% 0.25% -
HSV(B) 333.63º 0.83% 0.43% -
XYZ 7.29 3.99 4.39 -
YUV 49.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 109 18 58 0 0.83 0.47 0.57 333.63 0.72 0.25
Hex 6D 12 3A 0 53 2F 39 14E 48 19
Octal 155 22 72 0 123 57 71 516 110 31
Binary 1101101 10010 111010 0 1010011 101111 111001 101001110 1001000 11001

Color Harmonies of #6D123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D123A

Black with #6D123A

Text Example


Text Example

White with #6D123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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