Html Css Color HEX #6D1A2C Claret

📋 copy color: '#6D1A2C'

red 109 ◦ green 26 ◦ blue 44

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

Shades of Claret #6D1A2C

Tints of Claret #6D1A2C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.53%

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

R = 60.89%
G = 14.53%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.57

RGB Variations

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

Color information

#6D1A2C (or 0x6D1A2C) is known color: Claret. HEX triplet: 6D, 1A and 2C. RGB value is (109,26,44). Sum of RGB (Red+Green+Blue) = 109+26+44=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 44 (17.58% from 255 or 24.58% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A2C is #92E5D3. Grayscale: #343434. Windows color (decimal): -9627092 or 2890349. OLE color: 2890349.

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

Color convert

RGB 109 26 44 -
CMYK 0 0.76 0.60 0.57
HSL 346.99º 0.61% 0.26% -
HSV(B) 346.99º 0.76% 0.43% -
XYZ 7.13 4.17 2.81 -
YUV 52.87 123 168.04 -
System Red Green Blue C M Y K H S L
Decimal 109 26 44 0 0.76 0.60 0.57 346.99 0.61 0.26
Hex 6D 1A 2C 0 4C 3C 39 15B 3D 1A
Octal 155 32 54 0 114 74 71 533 75 32
Binary 1101101 11010 101100 0 1001100 111100 111001 101011011 111101 11010

Color Harmonies of #6D1A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1A2C

Black with #6D1A2C

Text Example


Text Example

White with #6D1A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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