Html Css Color HEX #6D182E Claret

📋 copy color: '#6D182E'

red 109 ◦ green 24 ◦ blue 46

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

Shades of Claret #6D182E

Tints of Claret #6D182E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 25.7%

R = 60.89%
G = 13.41%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.57

RGB Variations

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

Color information

#6D182E (or 0x6D182E) is known color: Claret. HEX triplet: 6D, 18 and 2E. RGB value is (109,24,46). Sum of RGB (Red+Green+Blue) = 109+24+46=179 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.89% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 109 - color contains mainly: red. Hex color #6D182E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D182E is #92E7D1. Grayscale: #333333. Windows color (decimal): -9627602 or 3020909. OLE color: 3020909.

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

Color convert

RGB 109 24 46 -
CMYK 0 0.78 0.58 0.57
HSL 344.47º 0.64% 0.26% -
HSV(B) 344.47º 0.78% 0.43% -
XYZ 7.13 4.1 3 -
YUV 51.92 124.66 168.71 -
System Red Green Blue C M Y K H S L
Decimal 109 24 46 0 0.78 0.58 0.57 344.47 0.64 0.26
Hex 6D 18 2E 0 4E 3A 39 158 40 1A
Octal 155 30 56 0 116 72 71 530 100 32
Binary 1101101 11000 101110 0 1001110 111010 111001 101011000 1000000 11010

Color Harmonies of #6D182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D182E

Black with #6D182E

Text Example


Text Example

White with #6D182E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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