Html Css Color HEX #6C1E31 Claret

📋 copy color: '#6C1E31'

red 108 ◦ green 30 ◦ blue 49

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

Shades of Claret #6C1E31

Tints of Claret #6C1E31

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.04%

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

R = 57.75%
G = 16.04%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.58

RGB Variations

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

Color information

#6C1E31 (or 0x6C1E31) is known color: Claret. HEX triplet: 6C, 1E and 31. RGB value is (108,30,49). Sum of RGB (Red+Green+Blue) = 108+30+49=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1E31 is #93E1CE. Grayscale: #373737. Windows color (decimal): -9691599 or 3219052. OLE color: 3219052.

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

Color convert

RGB 108 30 49 -
CMYK 0 0.72 0.55 0.58
HSL 345.38º 0.57% 0.27% -
HSV(B) 345.38º 0.72% 0.42% -
XYZ 7.2 4.34 3.36 -
YUV 55.49 124.34 165.46 -
System Red Green Blue C M Y K H S L
Decimal 108 30 49 0 0.72 0.55 0.58 345.38 0.57 0.27
Hex 6C 1E 31 0 48 37 3A 159 39 1B
Octal 154 36 61 0 110 67 72 531 71 33
Binary 1101100 11110 110001 0 1001000 110111 111010 101011001 111001 11011

Color Harmonies of #6C1E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1E31

Black with #6C1E31

Text Example


Text Example

White with #6C1E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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