Html Css Color HEX #6C152D Claret

📋 copy color: '#6C152D'

red 108 ◦ green 21 ◦ blue 45

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

Shades of Claret #6C152D

Tints of Claret #6C152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.86%

R = 62.07%
G = 12.07%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6C152D (or 0x6C152D) is known color: Claret. HEX triplet: 6C, 15 and 2D. RGB value is (108,21,45). Sum of RGB (Red+Green+Blue) = 108+21+45=174 (23% of max value = 765). Red value is 108 (42.58% from 255 or 62.07% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 108 - color contains mainly: red. Hex color #6C152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C152D is #93EAD2. Grayscale: #313131. Windows color (decimal): -9693907 or 2954604. OLE color: 2954604.

HSL color Cylindrical-coordinate representation of color #6C152D: hue angle of 343.45º 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 #6C152D is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 21 45 -
CMYK 0 0.81 0.58 0.58
HSL 343.45º 0.67% 0.25% -
HSV(B) 343.45º 0.81% 0.42% -
XYZ 6.93 3.91 2.87 -
YUV 49.75 125.32 169.55 -
System Red Green Blue C M Y K H S L
Decimal 108 21 45 0 0.81 0.58 0.58 343.45 0.67 0.25
Hex 6C 15 2D 0 51 3A 3A 157 43 19
Octal 154 25 55 0 121 72 72 527 103 31
Binary 1101100 10101 101101 0 1010001 111010 111010 101010111 1000011 11001

Color Harmonies of #6C152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C152D

Black with #6C152D

Text Example


Text Example

White with #6C152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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