Html Css Color HEX #6D102D Claret

📋 copy color: '#6D102D'

red 109 ◦ green 16 ◦ blue 45

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

Shades of Claret #6D102D

Tints of Claret #6D102D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

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

R = 64.12%
G = 9.41%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.57

RGB Variations

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

Color information

#6D102D (or 0x6D102D) is known color: Claret. HEX triplet: 6D, 10 and 2D. RGB value is (109,16,45). Sum of RGB (Red+Green+Blue) = 109+16+45=170 (22% of max value = 765). Red value is 109 (42.97% from 255 or 64.12% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 109 - color contains mainly: red. Hex color #6D102D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D102D is #92EFD2. Grayscale: #2F2F2F. Windows color (decimal): -9629651 or 2953325. OLE color: 2953325.

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

Color convert

RGB 109 16 45 -
CMYK 0 0.85 0.59 0.57
HSL 341.29º 0.74% 0.25% -
HSV(B) 341.29º 0.85% 0.43% -
XYZ 6.97 3.81 2.85 -
YUV 47.11 126.81 172.14 -
System Red Green Blue C M Y K H S L
Decimal 109 16 45 0 0.85 0.59 0.57 341.29 0.74 0.25
Hex 6D 10 2D 0 55 3B 39 155 4A 19
Octal 155 20 55 0 125 73 71 525 112 31
Binary 1101101 10000 101101 0 1010101 111011 111001 101010101 1001010 11001

Color Harmonies of #6D102D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D102D

Black with #6D102D

Text Example


Text Example

White with #6D102D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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