Html Css Color HEX #6D1F34 Claret

📋 copy color: '#6D1F34'

red 109 ◦ green 31 ◦ blue 52

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

Shades of Claret #6D1F34

Tints of Claret #6D1F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.08%

R = 56.77%
G = 16.15%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6D1F34 (or 0x6D1F34) is known color: Claret. HEX triplet: 6D, 1F and 34. RGB value is (109,31,52). Sum of RGB (Red+Green+Blue) = 109+31+52=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 52 (20.70% from 255 or 27.08% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1F34 is #92E0CB. Grayscale: #383838. Windows color (decimal): -9625804 or 3415917. OLE color: 3415917.

HSL color Cylindrical-coordinate representation of color #6D1F34: hue angle of 343.85º 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 #6D1F34 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 31 52 -
CMYK 0 0.72 0.52 0.57
HSL 343.85º 0.56% 0.27% -
HSV(B) 343.85º 0.72% 0.43% -
XYZ 7.42 4.48 3.72 -
YUV 56.72 125.34 165.29 -
System Red Green Blue C M Y K H S L
Decimal 109 31 52 0 0.72 0.52 0.57 343.85 0.56 0.27
Hex 6D 1F 34 0 48 34 39 158 38 1B
Octal 155 37 64 0 110 64 71 530 70 33
Binary 1101101 11111 110100 0 1001000 110100 111001 101011000 111000 11011

Color Harmonies of #6D1F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1F34

Black with #6D1F34

Text Example


Text Example

White with #6D1F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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