Html Css Color HEX #6D2133 Claret

📋 copy color: '#6D2133'

red 109 ◦ green 33 ◦ blue 51

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

Shades of Claret #6D2133

Tints of Claret #6D2133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.1%

 BLUE value IS 51 (20.31% from 255) = 26.42%

R = 56.48%
G = 17.1%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#6D2133 (or 0x6D2133) is known color: Claret. HEX triplet: 6D, 21 and 33. RGB value is (109,33,51). Sum of RGB (Red+Green+Blue) = 109+33+51=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 33 (13.28% from 255 or 17.10% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2133 is #92DECC. Grayscale: #393939. Windows color (decimal): -9625293 or 3350893. OLE color: 3350893.

HSL color Cylindrical-coordinate representation of color #6D2133: hue angle of 345.79º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6D2133 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 33 51 -
CMYK 0 0.70 0.53 0.57
HSL 345.79º 0.54% 0.28% -
HSV(B) 345.79º 0.7% 0.43% -
XYZ 7.45 4.58 3.62 -
YUV 57.78 124.18 164.54 -
System Red Green Blue C M Y K H S L
Decimal 109 33 51 0 0.70 0.53 0.57 345.79 0.54 0.28
Hex 6D 21 33 0 46 35 39 15A 36 1C
Octal 155 41 63 0 106 65 71 532 66 34
Binary 1101101 100001 110011 0 1000110 110101 111001 101011010 110110 11100

Color Harmonies of #6D2133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2133

Black with #6D2133

Text Example


Text Example

White with #6D2133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,33,51); }

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

background-color css

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

 a { background-color: rgb(109,33,51); }

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

border-color css

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

 span { border-color: rgb(109,33,51); }

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