Html Css Color HEX #6C2237 Claret

📋 copy color: '#6C2237'

red 108 ◦ green 34 ◦ blue 55

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

Shades of Claret #6C2237

Tints of Claret #6C2237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

 BLUE value IS 55 (21.88% from 255) = 27.92%

R = 54.82%
G = 17.26%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6C2237 (or 0x6C2237) is known color: Claret. HEX triplet: 6C, 22 and 37. RGB value is (108,34,55). Sum of RGB (Red+Green+Blue) = 108+34+55=197 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.82% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 55 (21.88% from 255 or 27.92% from 197); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2237 is #93DDC8. Grayscale: #3A3A3A. Windows color (decimal): -9690569 or 3613292. OLE color: 3613292.

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

Color convert

RGB 108 34 55 -
CMYK 0 0.69 0.49 0.58
HSL 342.97º 0.52% 0.28% -
HSV(B) 342.97º 0.69% 0.42% -
XYZ 7.45 4.61 4.11 -
YUV 58.52 126.02 163.29 -
System Red Green Blue C M Y K H S L
Decimal 108 34 55 0 0.69 0.49 0.58 342.97 0.52 0.28
Hex 6C 22 37 0 45 31 3A 157 34 1C
Octal 154 42 67 0 105 61 72 527 64 34
Binary 1101100 100010 110111 0 1000101 110001 111010 101010111 110100 11100

Color Harmonies of #6C2237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2237

Black with #6C2237

Text Example


Text Example

White with #6C2237

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,34,55); }

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

background-color css

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

 a { background-color: rgb(108,34,55); }

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

border-color css

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

 span { border-color: rgb(108,34,55); }

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