Html Css Color HEX #6D1F39 Claret

📋 copy color: '#6D1F39'

red 109 ◦ green 31 ◦ blue 57

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

Shades of Claret #6D1F39

Tints of Claret #6D1F39

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.74%

 BLUE value IS 57 (22.66% from 255) = 28.93%

R = 55.33%
G = 15.74%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#6D1F39 (or 0x6D1F39) is known color: Claret. HEX triplet: 6D, 1F and 39. RGB value is (109,31,57). Sum of RGB (Red+Green+Blue) = 109+31+57=197 (26% of max value = 765). Red value is 109 (42.97% from 255 or 55.33% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 57 (22.66% from 255 or 28.93% from 197); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1F39 is #92E0C6. Grayscale: #393939. Windows color (decimal): -9625799 or 3743597. OLE color: 3743597.

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

Color convert

RGB 109 31 57 -
CMYK 0 0.72 0.48 0.57
HSL 340º 0.56% 0.27% -
HSV(B) 340º 0.72% 0.43% -
XYZ 7.54 4.53 4.35 -
YUV 57.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 109 31 57 0 0.72 0.48 0.57 340 0.56 0.27
Hex 6D 1F 39 0 48 30 39 154 38 1B
Octal 155 37 71 0 110 60 71 524 70 33
Binary 1101101 11111 111001 0 1001000 110000 111001 101010100 111000 11011

Color Harmonies of #6D1F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1F39

Black with #6D1F39

Text Example


Text Example

White with #6D1F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,31,57); }

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

background-color css

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

 a { background-color: rgb(109,31,57); }

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

border-color css

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

 span { border-color: rgb(109,31,57); }

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