Html Css Color HEX #6D182D Claret

📋 copy color: '#6D182D'

red 109 ◦ green 24 ◦ blue 45

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

Shades of Claret #6D182D

Tints of Claret #6D182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.48%

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

R = 61.24%
G = 13.48%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6D182D (or 0x6D182D) is known color: Claret. HEX triplet: 6D, 18 and 2D. RGB value is (109,24,45). Sum of RGB (Red+Green+Blue) = 109+24+45=178 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.24% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 109 - color contains mainly: red. Hex color #6D182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D182D is #92E7D2. Grayscale: #333333. Windows color (decimal): -9627603 or 2955373. OLE color: 2955373.

HSL color Cylindrical-coordinate representation of color #6D182D: hue angle of 345.18º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6D182D is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 24 45 -
CMYK 0 0.78 0.59 0.57
HSL 345.18º 0.64% 0.26% -
HSV(B) 345.18º 0.78% 0.43% -
XYZ 7.11 4.09 2.9 -
YUV 51.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 109 24 45 0 0.78 0.59 0.57 345.18 0.64 0.26
Hex 6D 18 2D 0 4E 3B 39 159 40 1A
Octal 155 30 55 0 116 73 71 531 100 32
Binary 1101101 11000 101101 0 1001110 111011 111001 101011001 1000000 11010

Color Harmonies of #6D182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D182D

Black with #6D182D

Text Example


Text Example

White with #6D182D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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