Html Css Color HEX #6C1934 Claret

📋 copy color: '#6C1934'

red 108 ◦ green 25 ◦ blue 52

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

Shades of Claret #6C1934

Tints of Claret #6C1934

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.51%

 BLUE value IS 52 (20.7% from 255) = 28.11%

R = 58.38%
G = 13.51%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.58

RGB Variations

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

Color information

#6C1934 (or 0x6C1934) is known color: Claret. HEX triplet: 6C, 19 and 34. RGB value is (108,25,52). Sum of RGB (Red+Green+Blue) = 108+25+52=185 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.38% from 185); Green value is 25 (10.16% from 255 or 13.51% from 185); Blue value is 52 (20.70% from 255 or 28.11% from 185); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1934 is #93E6CB. Grayscale: #343434. Windows color (decimal): -9692876 or 3414380. OLE color: 3414380.

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

Color convert

RGB 108 25 52 -
CMYK 0 0.77 0.52 0.58
HSL 340.48º 0.62% 0.26% -
HSV(B) 340.48º 0.77% 0.42% -
XYZ 7.15 4.13 3.67 -
YUV 52.9 127.5 167.3 -
System Red Green Blue C M Y K H S L
Decimal 108 25 52 0 0.77 0.52 0.58 340.48 0.62 0.26
Hex 6C 19 34 0 4D 34 3A 154 3E 1A
Octal 154 31 64 0 115 64 72 524 76 32
Binary 1101100 11001 110100 0 1001101 110100 111010 101010100 111110 11010

Color Harmonies of #6C1934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1934

Black with #6C1934

Text Example


Text Example

White with #6C1934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,25,52); }

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

background-color css

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

 a { background-color: rgb(108,25,52); }

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

border-color css

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

 span { border-color: rgb(108,25,52); }

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