Html Css Color HEX #6D102C Claret

📋 copy color: '#6D102C'

red 109 ◦ green 16 ◦ blue 44

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

Shades of Claret #6D102C

Tints of Claret #6D102C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.47%

 BLUE value IS 44 (17.58% from 255) = 26.04%

R = 64.5%
G = 9.47%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#6D102C (or 0x6D102C) is known color: Claret. HEX triplet: 6D, 10 and 2C. RGB value is (109,16,44). Sum of RGB (Red+Green+Blue) = 109+16+44=169 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.50% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 109 - color contains mainly: red. Hex color #6D102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D102C is #92EFD3. Grayscale: #2E2E2E. Windows color (decimal): -9629652 or 2887789. OLE color: 2887789.

HSL color Cylindrical-coordinate representation of color #6D102C: hue angle of 341.94º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D102C is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 16 44 -
CMYK 0 0.85 0.60 0.57
HSL 341.94º 0.74% 0.25% -
HSV(B) 341.94º 0.85% 0.43% -
XYZ 6.95 3.8 2.75 -
YUV 47 126.31 172.22 -
System Red Green Blue C M Y K H S L
Decimal 109 16 44 0 0.85 0.60 0.57 341.94 0.74 0.25
Hex 6D 10 2C 0 55 3C 39 156 4A 19
Octal 155 20 54 0 125 74 71 526 112 31
Binary 1101101 10000 101100 0 1010101 111100 111001 101010110 1001010 11001

Color Harmonies of #6D102C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D102C

Black with #6D102C

Text Example


Text Example

White with #6D102C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,16,44); }

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

background-color css

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

 a { background-color: rgb(109,16,44); }

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

border-color css

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

 span { border-color: rgb(109,16,44); }

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