Html Css Color HEX #6C2131 Claret

📋 copy color: '#6C2131'

red 108 ◦ green 33 ◦ blue 49

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

Shades of Claret #6C2131

Tints of Claret #6C2131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.37%

 BLUE value IS 49 (19.53% from 255) = 25.79%

R = 56.84%
G = 17.37%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6C2131 (or 0x6C2131) is known color: Claret. HEX triplet: 6C, 21 and 31. RGB value is (108,33,49). Sum of RGB (Red+Green+Blue) = 108+33+49=190 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.84% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 49 (19.53% from 255 or 25.79% from 190); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2131 is #93DECE. Grayscale: #393939. Windows color (decimal): -9690831 or 3219820. OLE color: 3219820.

HSL color Cylindrical-coordinate representation of color #6C2131: hue angle of 347.2º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C2131 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 33 49 -
CMYK 0 0.69 0.55 0.58
HSL 347.2º 0.53% 0.28% -
HSV(B) 347.2º 0.69% 0.42% -
XYZ 7.28 4.5 3.39 -
YUV 57.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 108 33 49 0 0.69 0.55 0.58 347.2 0.53 0.28
Hex 6C 21 31 0 45 37 3A 15B 35 1C
Octal 154 41 61 0 105 67 72 533 65 34
Binary 1101100 100001 110001 0 1000101 110111 111010 101011011 110101 11100

Color Harmonies of #6C2131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2131

Black with #6C2131

Text Example


Text Example

White with #6C2131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,33,49); }

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

background-color css

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

 a { background-color: rgb(108,33,49); }

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

border-color css

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

 span { border-color: rgb(108,33,49); }

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