Html Css Color HEX #6C1935 Claret

📋 copy color: '#6C1935'

red 108 ◦ green 25 ◦ blue 53

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

Shades of Claret #6C1935

Tints of Claret #6C1935

RGB

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

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

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

R = 58.06%
G = 13.44%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.58

RGB Variations

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

Color information

#6C1935 (or 0x6C1935) is known color: Claret. HEX triplet: 6C, 19 and 35. RGB value is (108,25,53). Sum of RGB (Red+Green+Blue) = 108+25+53=186 (24% of max value = 765). Red value is 108 (42.58% from 255 or 58.06% from 186); Green value is 25 (10.16% from 255 or 13.44% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1935 is #93E6CA. Grayscale: #343434. Windows color (decimal): -9692875 or 3479916. OLE color: 3479916.

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

Color convert

RGB 108 25 53 -
CMYK 0 0.77 0.51 0.58
HSL 339.76º 0.62% 0.26% -
HSV(B) 339.76º 0.77% 0.42% -
XYZ 7.17 4.14 3.79 -
YUV 53.01 128 167.22 -
System Red Green Blue C M Y K H S L
Decimal 108 25 53 0 0.77 0.51 0.58 339.76 0.62 0.26
Hex 6C 19 35 0 4D 33 3A 154 3E 1A
Octal 154 31 65 0 115 63 72 524 76 32
Binary 1101100 11001 110101 0 1001101 110011 111010 101010100 111110 11010

Color Harmonies of #6C1935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1935

Black with #6C1935

Text Example


Text Example

White with #6C1935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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