Html Css Color HEX #6C1730 Claret

📋 copy color: '#6C1730'

red 108 ◦ green 23 ◦ blue 48

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

Shades of Claret #6C1730

Tints of Claret #6C1730

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.85%

 BLUE value IS 48 (19.14% from 255) = 26.82%

R = 60.34%
G = 12.85%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.58

RGB Variations

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

Color information

#6C1730 (or 0x6C1730) is known color: Claret. HEX triplet: 6C, 17 and 30. RGB value is (108,23,48). Sum of RGB (Red+Green+Blue) = 108+23+48=179 (23% of max value = 765). Red value is 108 (42.58% from 255 or 60.34% from 179); Green value is 23 (9.38% from 255 or 12.85% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1730 is #93E8CF. Grayscale: #333333. Windows color (decimal): -9693392 or 3151724. OLE color: 3151724.

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

Color convert

RGB 108 23 48 -
CMYK 0 0.79 0.56 0.58
HSL 342.35º 0.65% 0.26% -
HSV(B) 342.35º 0.79% 0.42% -
XYZ 7.02 4.01 3.2 -
YUV 51.27 126.16 168.47 -
System Red Green Blue C M Y K H S L
Decimal 108 23 48 0 0.79 0.56 0.58 342.35 0.65 0.26
Hex 6C 17 30 0 4F 38 3A 156 41 1A
Octal 154 27 60 0 117 70 72 526 101 32
Binary 1101100 10111 110000 0 1001111 111000 111010 101010110 1000001 11010

Color Harmonies of #6C1730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1730

Black with #6C1730

Text Example


Text Example

White with #6C1730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,23,48); }

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

background-color css

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

 a { background-color: rgb(108,23,48); }

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

border-color css

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

 span { border-color: rgb(108,23,48); }

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