Html Css Color HEX #6D123D Pompadour

📋 copy color: '#6D123D'

red 109 ◦ green 18 ◦ blue 61

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

Shades of Pompadour #6D123D

Tints of Pompadour #6D123D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 32.45%

R = 57.98%
G = 9.57%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6D123D (or 0x6D123D) is known color: Pompadour. HEX triplet: 6D, 12 and 3D. RGB value is (109,18,61). Sum of RGB (Red+Green+Blue) = 109+18+61=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D123D is #92EDC2. Grayscale: #323232. Windows color (decimal): -9629123 or 4002413. OLE color: 4002413.

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

Color convert

RGB 109 18 61 -
CMYK 0 0.83 0.44 0.57
HSL 331.65º 0.72% 0.25% -
HSV(B) 331.65º 0.83% 0.43% -
XYZ 7.37 4.02 4.8 -
YUV 50.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 109 18 61 0 0.83 0.44 0.57 331.65 0.72 0.25
Hex 6D 12 3D 0 53 2C 39 14C 48 19
Octal 155 22 75 0 123 54 71 514 110 31
Binary 1101101 10010 111101 0 1010011 101100 111001 101001100 1001000 11001

Color Harmonies of #6D123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D123D

Black with #6D123D

Text Example


Text Example

White with #6D123D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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