Html Css Color HEX #6D1F2D Claret

📋 copy color: '#6D1F2D'

red 109 ◦ green 31 ◦ blue 45

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

Shades of Claret #6D1F2D

Tints of Claret #6D1F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 24.32%

R = 58.92%
G = 16.76%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6D1F2D (or 0x6D1F2D) is known color: Claret. HEX triplet: 6D, 1F and 2D. RGB value is (109,31,45). Sum of RGB (Red+Green+Blue) = 109+31+45=185 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.92% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 45 (17.97% from 255 or 24.32% from 185); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1F2D is #92E0D2. Grayscale: #373737. Windows color (decimal): -9625811 or 2957165. OLE color: 2957165.

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

Color convert

RGB 109 31 45 -
CMYK 0 0.72 0.59 0.57
HSL 349.23º 0.56% 0.27% -
HSV(B) 349.23º 0.72% 0.43% -
XYZ 7.27 4.42 2.95 -
YUV 55.92 121.84 165.86 -
System Red Green Blue C M Y K H S L
Decimal 109 31 45 0 0.72 0.59 0.57 349.23 0.56 0.27
Hex 6D 1F 2D 0 48 3B 39 15D 38 1B
Octal 155 37 55 0 110 73 71 535 70 33
Binary 1101101 11111 101101 0 1001000 111011 111001 101011101 111000 11011

Color Harmonies of #6D1F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1F2D

Black with #6D1F2D

Text Example


Text Example

White with #6D1F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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