Html Css Color HEX #6D123E Pompadour

📋 copy color: '#6D123E'

red 109 ◦ green 18 ◦ blue 62

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

Shades of Pompadour #6D123E

Tints of Pompadour #6D123E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 32.8%

R = 57.67%
G = 9.52%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.57

RGB Variations

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

Color information

#6D123E (or 0x6D123E) is known color: Pompadour. HEX triplet: 6D, 12 and 3E. RGB value is (109,18,62). Sum of RGB (Red+Green+Blue) = 109+18+62=189 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.67% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 109 - color contains mainly: red. Hex color #6D123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D123E is #92EDC1. Grayscale: #323232. Windows color (decimal): -9629122 or 4067949. OLE color: 4067949.

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

Color convert

RGB 109 18 62 -
CMYK 0 0.83 0.43 0.57
HSL 330.99º 0.72% 0.25% -
HSV(B) 330.99º 0.83% 0.43% -
XYZ 7.39 4.03 4.95 -
YUV 50.23 134.65 169.92 -
System Red Green Blue C M Y K H S L
Decimal 109 18 62 0 0.83 0.43 0.57 330.99 0.72 0.25
Hex 6D 12 3E 0 53 2B 39 14B 48 19
Octal 155 22 76 0 123 53 71 513 110 31
Binary 1101101 10010 111110 0 1010011 101011 111001 101001011 1001000 11001

Color Harmonies of #6D123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D123E

Black with #6D123E

Text Example


Text Example

White with #6D123E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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