Html Css Color HEX #6D1D37 Claret

📋 copy color: '#6D1D37'

red 109 ◦ green 29 ◦ blue 55

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

Shades of Claret #6D1D37

Tints of Claret #6D1D37

RGB

 RED value IS 109 (42.97% from 255) = 56.48%

 GREEN value IS 29 (11.72% from 255) = 15.03%

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

R = 56.48%
G = 15.03%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.57

RGB Variations

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

Color information

#6D1D37 (or 0x6D1D37) is known color: Claret. HEX triplet: 6D, 1D and 37. RGB value is (109,29,55). Sum of RGB (Red+Green+Blue) = 109+29+55=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 29 (11.72% from 255 or 15.03% from 193); Blue value is 55 (21.88% from 255 or 28.50% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1D37 is #92E2C8. Grayscale: #373737. Windows color (decimal): -9626313 or 3612013. OLE color: 3612013.

HSL color Cylindrical-coordinate representation of color #6D1D37: hue angle of 340.5º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D1D37 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 29 55 -
CMYK 0 0.73 0.50 0.57
HSL 340.5º 0.58% 0.27% -
HSV(B) 340.5º 0.73% 0.43% -
XYZ 7.44 4.41 4.07 -
YUV 55.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 109 29 55 0 0.73 0.50 0.57 340.5 0.58 0.27
Hex 6D 1D 37 0 49 32 39 154 3A 1B
Octal 155 35 67 0 111 62 71 524 72 33
Binary 1101101 11101 110111 0 1001001 110010 111001 101010100 111010 11011

Color Harmonies of #6D1D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1D37

Black with #6D1D37

Text Example


Text Example

White with #6D1D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,29,55); }

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

background-color css

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

 a { background-color: rgb(109,29,55); }

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

border-color css

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

 span { border-color: rgb(109,29,55); }

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