Html Css Color HEX #6D2033 Claret

📋 copy color: '#6D2033'

red 109 ◦ green 32 ◦ blue 51

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

Shades of Claret #6D2033

Tints of Claret #6D2033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.67%

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

R = 56.77%
G = 16.67%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#6D2033 (or 0x6D2033) is known color: Claret. HEX triplet: 6D, 20 and 33. RGB value is (109,32,51). Sum of RGB (Red+Green+Blue) = 109+32+51=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 51 (20.31% from 255 or 26.56% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2033 is #92DFCC. Grayscale: #393939. Windows color (decimal): -9625549 or 3350637. OLE color: 3350637.

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

Color convert

RGB 109 32 51 -
CMYK 0 0.71 0.53 0.57
HSL 345.19º 0.55% 0.28% -
HSV(B) 345.19º 0.71% 0.43% -
XYZ 7.42 4.52 3.61 -
YUV 57.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 109 32 51 0 0.71 0.53 0.57 345.19 0.55 0.28
Hex 6D 20 33 0 47 35 39 159 37 1C
Octal 155 40 63 0 107 65 71 531 67 34
Binary 1101101 100000 110011 0 1000111 110101 111001 101011001 110111 11100

Color Harmonies of #6D2033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2033

Black with #6D2033

Text Example


Text Example

White with #6D2033

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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