Html Css Color HEX #6C122F Claret

📋 copy color: '#6C122F'

red 108 ◦ green 18 ◦ blue 47

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

Shades of Claret #6C122F

Tints of Claret #6C122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.4%

 BLUE value IS 47 (18.75% from 255) = 27.17%

R = 62.43%
G = 10.4%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6C122F (or 0x6C122F) is known color: Claret. HEX triplet: 6C, 12 and 2F. RGB value is (108,18,47). Sum of RGB (Red+Green+Blue) = 108+18+47=173 (22% of max value = 765). Red value is 108 (42.58% from 255 or 62.43% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 108 - color contains mainly: red. Hex color #6C122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C122F is #93EDD0. Grayscale: #303030. Windows color (decimal): -9694673 or 3084908. OLE color: 3084908.

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

Color convert

RGB 108 18 47 -
CMYK 0 0.83 0.56 0.58
HSL 340.67º 0.71% 0.25% -
HSV(B) 340.67º 0.83% 0.42% -
XYZ 6.91 3.83 3.06 -
YUV 48.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 108 18 47 0 0.83 0.56 0.58 340.67 0.71 0.25
Hex 6C 12 2F 0 53 38 3A 155 47 19
Octal 154 22 57 0 123 70 72 525 107 31
Binary 1101100 10010 101111 0 1010011 111000 111010 101010101 1000111 11001

Color Harmonies of #6C122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C122F

Black with #6C122F

Text Example


Text Example

White with #6C122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,18,47); }

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

background-color css

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

 a { background-color: rgb(108,18,47); }

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

border-color css

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

 span { border-color: rgb(108,18,47); }

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