Html Css Color HEX #6C1E36 Claret

📋 copy color: '#6C1E36'

red 108 ◦ green 30 ◦ blue 54

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

Shades of Claret #6C1E36

Tints of Claret #6C1E36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 28.13%

R = 56.25%
G = 15.63%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#6C1E36 (or 0x6C1E36) is known color: Claret. HEX triplet: 6C, 1E and 36. RGB value is (108,30,54). Sum of RGB (Red+Green+Blue) = 108+30+54=192 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.25% from 192); Green value is 30 (12.11% from 255 or 15.62% from 192); Blue value is 54 (21.48% from 255 or 28.12% from 192); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C1E36 is #93E1C9. Grayscale: #383838. Windows color (decimal): -9691594 or 3546732. OLE color: 3546732.

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

Color convert

RGB 108 30 54 -
CMYK 0 0.72 0.50 0.58
HSL 341.54º 0.57% 0.27% -
HSV(B) 341.54º 0.72% 0.42% -
XYZ 7.31 4.38 3.95 -
YUV 56.06 126.84 165.05 -
System Red Green Blue C M Y K H S L
Decimal 108 30 54 0 0.72 0.50 0.58 341.54 0.57 0.27
Hex 6C 1E 36 0 48 32 3A 156 39 1B
Octal 154 36 66 0 110 62 72 526 71 33
Binary 1101100 11110 110110 0 1001000 110010 111010 101010110 111001 11011

Color Harmonies of #6C1E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1E36

Black with #6C1E36

Text Example


Text Example

White with #6C1E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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