Html Css Color HEX #6C152C Claret

📋 copy color: '#6C152C'

red 108 ◦ green 21 ◦ blue 44

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

Shades of Claret #6C152C

Tints of Claret #6C152C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

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

R = 62.43%
G = 12.14%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.58

RGB Variations

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

Color information

#6C152C (or 0x6C152C) is known color: Claret. HEX triplet: 6C, 15 and 2C. RGB value is (108,21,44). Sum of RGB (Red+Green+Blue) = 108+21+44=173 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.43% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 108 - color contains mainly: red. Hex color #6C152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C152C is #93EAD3. Grayscale: #313131. Windows color (decimal): -9693908 or 2889068. OLE color: 2889068.

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

Color convert

RGB 108 21 44 -
CMYK 0 0.81 0.59 0.58
HSL 344.14º 0.67% 0.25% -
HSV(B) 344.14º 0.81% 0.42% -
XYZ 6.91 3.91 2.77 -
YUV 49.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 108 21 44 0 0.81 0.59 0.58 344.14 0.67 0.25
Hex 6C 15 2C 0 51 3B 3A 158 43 19
Octal 154 25 54 0 121 73 72 530 103 31
Binary 1101100 10101 101100 0 1010001 111011 111010 101011000 1000011 11001

Color Harmonies of #6C152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C152C

Black with #6C152C

Text Example


Text Example

White with #6C152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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