Html Css Color HEX #6D2833 Claret

📋 copy color: '#6D2833'

red 109 ◦ green 40 ◦ blue 51

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

Shades of Claret #6D2833

Tints of Claret #6D2833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20%

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

R = 54.5%
G = 20%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#6D2833 (or 0x6D2833) is known color: Claret. HEX triplet: 6D, 28 and 33. RGB value is (109,40,51). Sum of RGB (Red+Green+Blue) = 109+40+51=200 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.5% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2833 is #92D7CC. Grayscale: #3D3D3D. Windows color (decimal): -9623501 or 3352685. OLE color: 3352685.

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

Color convert

RGB 109 40 51 -
CMYK 0 0.63 0.53 0.57
HSL 350.43º 0.46% 0.29% -
HSV(B) 350.43º 0.63% 0.43% -
XYZ 7.66 5.01 3.69 -
YUV 61.89 121.86 161.61 -
System Red Green Blue C M Y K H S L
Decimal 109 40 51 0 0.63 0.53 0.57 350.43 0.46 0.29
Hex 6D 28 33 0 3F 35 39 15E 2E 1D
Octal 155 50 63 0 77 65 71 536 56 35
Binary 1101101 101000 110011 0 111111 110101 111001 101011110 101110 11101

Color Harmonies of #6D2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2833

Black with #6D2833

Text Example


Text Example

White with #6D2833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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