Html Css Color HEX #6C1E35 Claret

📋 copy color: '#6C1E35'

red 108 ◦ green 30 ◦ blue 53

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

Shades of Claret #6C1E35

Tints of Claret #6C1E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 27.75%

R = 56.54%
G = 15.71%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6C1E35 (or 0x6C1E35) is known color: Claret. HEX triplet: 6C, 1E and 35. RGB value is (108,30,53). Sum of RGB (Red+Green+Blue) = 108+30+53=191 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.54% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 53 (21.09% from 255 or 27.75% from 191); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1E35 is #93E1CA. Grayscale: #373737. Windows color (decimal): -9691595 or 3481196. OLE color: 3481196.

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

Color convert

RGB 108 30 53 -
CMYK 0 0.72 0.51 0.58
HSL 342.31º 0.57% 0.27% -
HSV(B) 342.31º 0.72% 0.42% -
XYZ 7.29 4.37 3.83 -
YUV 55.94 126.34 165.13 -
System Red Green Blue C M Y K H S L
Decimal 108 30 53 0 0.72 0.51 0.58 342.31 0.57 0.27
Hex 6C 1E 35 0 48 33 3A 156 39 1B
Octal 154 36 65 0 110 63 72 526 71 33
Binary 1101100 11110 110101 0 1001000 110011 111010 101010110 111001 11011

Color Harmonies of #6C1E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1E35

Black with #6C1E35

Text Example


Text Example

White with #6C1E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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