Html Css Color HEX #6D172C Claret

📋 copy color: '#6D172C'

red 109 ◦ green 23 ◦ blue 44

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

Shades of Claret #6D172C

Tints of Claret #6D172C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.07%

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

R = 61.93%
G = 13.07%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#6D172C (or 0x6D172C) is known color: Claret. HEX triplet: 6D, 17 and 2C. RGB value is (109,23,44). Sum of RGB (Red+Green+Blue) = 109+23+44=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 23 (9.38% from 255 or 13.07% from 176); Blue value is 44 (17.58% from 255 or 25% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D172C is #92E8D3. Grayscale: #333333. Windows color (decimal): -9627860 or 2889581. OLE color: 2889581.

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

Color convert

RGB 109 23 44 -
CMYK 0 0.79 0.60 0.57
HSL 345.35º 0.65% 0.26% -
HSV(B) 345.35º 0.79% 0.43% -
XYZ 7.07 4.05 2.79 -
YUV 51.11 123.99 169.29 -
System Red Green Blue C M Y K H S L
Decimal 109 23 44 0 0.79 0.60 0.57 345.35 0.65 0.26
Hex 6D 17 2C 0 4F 3C 39 159 41 1A
Octal 155 27 54 0 117 74 71 531 101 32
Binary 1101101 10111 101100 0 1001111 111100 111001 101011001 1000001 11010

Color Harmonies of #6D172C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D172C

Black with #6D172C

Text Example


Text Example

White with #6D172C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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