Html Css Color HEX #6D122F Claret

📋 copy color: '#6D122F'

red 109 ◦ green 18 ◦ blue 47

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

Shades of Claret #6D122F

Tints of Claret #6D122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.01%

R = 62.64%
G = 10.34%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6D122F (or 0x6D122F) is known color: Claret. HEX triplet: 6D, 12 and 2F. RGB value is (109,18,47). Sum of RGB (Red+Green+Blue) = 109+18+47=174 (23% of max value = 765). Red value is 109 (42.97% from 255 or 62.64% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 47 (18.75% from 255 or 27.01% from 174); Max value from RGB is 109 - color contains mainly: red. Hex color #6D122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D122F is #92EDD0. Grayscale: #303030. Windows color (decimal): -9629137 or 3084909. OLE color: 3084909.

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

Color convert

RGB 109 18 47 -
CMYK 0 0.83 0.57 0.57
HSL 340.88º 0.72% 0.25% -
HSV(B) 340.88º 0.83% 0.43% -
XYZ 7.04 3.89 3.07 -
YUV 48.52 127.15 171.14 -
System Red Green Blue C M Y K H S L
Decimal 109 18 47 0 0.83 0.57 0.57 340.88 0.72 0.25
Hex 6D 12 2F 0 53 39 39 155 48 19
Octal 155 22 57 0 123 71 71 525 110 31
Binary 1101101 10010 101111 0 1010011 111001 111001 101010101 1001000 11001

Color Harmonies of #6D122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D122F

Black with #6D122F

Text Example


Text Example

White with #6D122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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