Html Css Color HEX #6C0C2D Claret

📋 copy color: '#6C0C2D'

red 108 ◦ green 12 ◦ blue 45

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

Shades of Claret #6C0C2D

Tints of Claret #6C0C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.27%

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

R = 65.45%
G = 7.27%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.58

RGB Variations

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

Color information

#6C0C2D (or 0x6C0C2D) is known color: Claret. HEX triplet: 6C, 0C and 2D. RGB value is (108,12,45). Sum of RGB (Red+Green+Blue) = 108+12+45=165 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.45% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0C2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0C2D is #93F3D2. Grayscale: #2C2C2C. Windows color (decimal): -9696211 or 2952300. OLE color: 2952300.

HSL color Cylindrical-coordinate representation of color #6C0C2D: hue angle of 339.38º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6C0C2D is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 12 45 -
CMYK 0 0.89 0.58 0.58
HSL 339.38º 0.8% 0.24% -
HSV(B) 339.38º 0.89% 0.42% -
XYZ 6.79 3.64 2.83 -
YUV 44.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 108 12 45 0 0.89 0.58 0.58 339.38 0.8 0.24
Hex 6C C 2D 0 59 3A 3A 153 50 18
Octal 154 14 55 0 131 72 72 523 120 30
Binary 1101100 1100 101101 0 1011001 111010 111010 101010011 1010000 11000

Color Harmonies of #6C0C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0C2D

Black with #6C0C2D

Text Example


Text Example

White with #6C0C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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