Html Css Color HEX #6D1E2D Claret

📋 copy color: '#6D1E2D'

red 109 ◦ green 30 ◦ blue 45

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

Shades of Claret #6D1E2D

Tints of Claret #6D1E2D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.3%

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

R = 59.24%
G = 16.3%
B = 24.46%

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

#6D1E2D (or 0x6D1E2D) is known color: Claret. HEX triplet: 6D, 1E and 2D. RGB value is (109,30,45). Sum of RGB (Red+Green+Blue) = 109+30+45=184 (24% of max value = 765). Red value is 109 (42.97% from 255 or 59.24% from 184); Green value is 30 (12.11% from 255 or 16.30% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1E2D is #92E1D2. Grayscale: #373737. Windows color (decimal): -9626067 or 2956909. OLE color: 2956909.

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

Color convert

RGB 109 30 45 -
CMYK 0 0.72 0.59 0.57
HSL 348.61º 0.57% 0.27% -
HSV(B) 348.61º 0.72% 0.43% -
XYZ 7.24 4.37 2.94 -
YUV 55.33 122.17 166.28 -
System Red Green Blue C M Y K H S L
Decimal 109 30 45 0 0.72 0.59 0.57 348.61 0.57 0.27
Hex 6D 1E 2D 0 48 3B 39 15D 39 1B
Octal 155 36 55 0 110 73 71 535 71 33
Binary 1101101 11110 101101 0 1001000 111011 111001 101011101 111001 11011

Color Harmonies of #6D1E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1E2D

Black with #6D1E2D

Text Example


Text Example

White with #6D1E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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