Html Css Color HEX #6D1A37 Claret

📋 copy color: '#6D1A37'

red 109 ◦ green 26 ◦ blue 55

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

Shades of Claret #6D1A37

Tints of Claret #6D1A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.68%

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

R = 57.37%
G = 13.68%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.57

RGB Variations

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

Color information

#6D1A37 (or 0x6D1A37) is known color: Claret. HEX triplet: 6D, 1A and 37. RGB value is (109,26,55). Sum of RGB (Red+Green+Blue) = 109+26+55=190 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.37% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1A37 is #92E5C8. Grayscale: #363636. Windows color (decimal): -9627081 or 3611245. OLE color: 3611245.

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

Color convert

RGB 109 26 55 -
CMYK 0 0.76 0.50 0.57
HSL 339.04º 0.61% 0.26% -
HSV(B) 339.04º 0.76% 0.43% -
XYZ 7.37 4.27 4.05 -
YUV 54.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 109 26 55 0 0.76 0.50 0.57 339.04 0.61 0.26
Hex 6D 1A 37 0 4C 32 39 153 3D 1A
Octal 155 32 67 0 114 62 71 523 75 32
Binary 1101101 11010 110111 0 1001100 110010 111001 101010011 111101 11010

Color Harmonies of #6D1A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1A37

Black with #6D1A37

Text Example


Text Example

White with #6D1A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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