Html Css Color HEX #6C1A2C Claret

📋 copy color: '#6C1A2C'

red 108 ◦ green 26 ◦ blue 44

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

Shades of Claret #6C1A2C

Tints of Claret #6C1A2C

RGB

 RED value IS 108 (42.58% from 255) = 60.67%

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

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

R = 60.67%
G = 14.61%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6C1A2C (or 0x6C1A2C) is known color: Claret. HEX triplet: 6C, 1A and 2C. RGB value is (108,26,44). Sum of RGB (Red+Green+Blue) = 108+26+44=178 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60.67% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 44 (17.58% from 255 or 24.72% from 178); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1A2C is #93E5D3. Grayscale: #343434. Windows color (decimal): -9692628 or 2890348. OLE color: 2890348.

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

Color convert

RGB 108 26 44 -
CMYK 0 0.76 0.59 0.58
HSL 346.83º 0.61% 0.26% -
HSV(B) 346.83º 0.76% 0.42% -
XYZ 7.01 4.11 2.81 -
YUV 52.57 123.17 167.54 -
System Red Green Blue C M Y K H S L
Decimal 108 26 44 0 0.76 0.59 0.58 346.83 0.61 0.26
Hex 6C 1A 2C 0 4C 3B 3A 15B 3D 1A
Octal 154 32 54 0 114 73 72 533 75 32
Binary 1101100 11010 101100 0 1001100 111011 111010 101011011 111101 11010

Color Harmonies of #6C1A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1A2C

Black with #6C1A2C

Text Example


Text Example

White with #6C1A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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