Html Css Color HEX #6D1531 Claret

📋 copy color: '#6D1531'

red 109 ◦ green 21 ◦ blue 49

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

Shades of Claret #6D1531

Tints of Claret #6D1531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.73%

 BLUE value IS 49 (19.53% from 255) = 27.37%

R = 60.89%
G = 11.73%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6D1531 (or 0x6D1531) is known color: Claret. HEX triplet: 6D, 15 and 31. RGB value is (109,21,49). Sum of RGB (Red+Green+Blue) = 109+21+49=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1531 is #92EACE. Grayscale: #323232. Windows color (decimal): -9628367 or 3216749. OLE color: 3216749.

HSL color Cylindrical-coordinate representation of color #6D1531: hue angle of 340.91º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1531 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 21 49 -
CMYK 0 0.81 0.55 0.57
HSL 340.91º 0.68% 0.25% -
HSV(B) 340.91º 0.81% 0.43% -
XYZ 7.13 4.01 3.3 -
YUV 50.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 109 21 49 0 0.81 0.55 0.57 340.91 0.68 0.25
Hex 6D 15 31 0 51 37 39 155 44 19
Octal 155 25 61 0 121 67 71 525 104 31
Binary 1101101 10101 110001 0 1010001 110111 111001 101010101 1000100 11001

Color Harmonies of #6D1531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1531

Black with #6D1531

Text Example


Text Example

White with #6D1531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,21,49); }

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

background-color css

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

 a { background-color: rgb(109,21,49); }

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

border-color css

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

 span { border-color: rgb(109,21,49); }

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