Html Css Color HEX #6D162D Claret

📋 copy color: '#6D162D'

red 109 ◦ green 22 ◦ blue 45

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

Shades of Claret #6D162D

Tints of Claret #6D162D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.5%

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

R = 61.93%
G = 12.5%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6D162D (or 0x6D162D) is known color: Claret. HEX triplet: 6D, 16 and 2D. RGB value is (109,22,45). Sum of RGB (Red+Green+Blue) = 109+22+45=176 (23% of max value = 765). Red value is 109 (42.97% from 255 or 61.93% from 176); Green value is 22 (8.98% from 255 or 12.5% from 176); Blue value is 45 (17.97% from 255 or 25.57% from 176); Max value from RGB is 109 - color contains mainly: red. Hex color #6D162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D162D is #92E9D2. Grayscale: #323232. Windows color (decimal): -9628115 or 2954861. OLE color: 2954861.

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

Color convert

RGB 109 22 45 -
CMYK 0 0.80 0.59 0.57
HSL 344.14º 0.66% 0.26% -
HSV(B) 344.14º 0.8% 0.43% -
XYZ 7.07 4.01 2.89 -
YUV 50.64 124.82 169.63 -
System Red Green Blue C M Y K H S L
Decimal 109 22 45 0 0.80 0.59 0.57 344.14 0.66 0.26
Hex 6D 16 2D 0 50 3B 39 158 42 1A
Octal 155 26 55 0 120 73 71 530 102 32
Binary 1101101 10110 101101 0 1010000 111011 111001 101011000 1000010 11010

Color Harmonies of #6D162D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D162D

Black with #6D162D

Text Example


Text Example

White with #6D162D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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