Html Css Color HEX #6D182C Claret

📋 copy color: '#6D182C'

red 109 ◦ green 24 ◦ blue 44

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

Shades of Claret #6D182C

Tints of Claret #6D182C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

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

R = 61.58%
G = 13.56%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#6D182C (or 0x6D182C) is known color: Claret. HEX triplet: 6D, 18 and 2C. RGB value is (109,24,44). Sum of RGB (Red+Green+Blue) = 109+24+44=177 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.58% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 109 - color contains mainly: red. Hex color #6D182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D182C is #92E7D3. Grayscale: #333333. Windows color (decimal): -9627604 or 2889837. OLE color: 2889837.

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

Color convert

RGB 109 24 44 -
CMYK 0 0.78 0.60 0.57
HSL 345.88º 0.64% 0.26% -
HSV(B) 345.88º 0.78% 0.43% -
XYZ 7.09 4.09 2.8 -
YUV 51.7 123.66 168.87 -
System Red Green Blue C M Y K H S L
Decimal 109 24 44 0 0.78 0.60 0.57 345.88 0.64 0.26
Hex 6D 18 2C 0 4E 3C 39 15A 40 1A
Octal 155 30 54 0 116 74 71 532 100 32
Binary 1101101 11000 101100 0 1001110 111100 111001 101011010 1000000 11010

Color Harmonies of #6D182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D182C

Black with #6D182C

Text Example


Text Example

White with #6D182C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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