Html Css Color HEX #6D2337 Claret

📋 copy color: '#6D2337'

red 109 ◦ green 35 ◦ blue 55

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

Shades of Claret #6D2337

Tints of Claret #6D2337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

 BLUE value IS 55 (21.88% from 255) = 27.64%

R = 54.77%
G = 17.59%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.57

RGB Variations

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

Color information

#6D2337 (or 0x6D2337) is known color: Claret. HEX triplet: 6D, 23 and 37. RGB value is (109,35,55). Sum of RGB (Red+Green+Blue) = 109+35+55=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 55 (21.88% from 255 or 27.64% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2337 is #92DCC8. Grayscale: #3B3B3B. Windows color (decimal): -9624777 or 3613549. OLE color: 3613549.

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

Color convert

RGB 109 35 55 -
CMYK 0 0.68 0.50 0.57
HSL 343.78º 0.51% 0.28% -
HSV(B) 343.78º 0.68% 0.43% -
XYZ 7.6 4.73 4.13 -
YUV 59.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 109 35 55 0 0.68 0.50 0.57 343.78 0.51 0.28
Hex 6D 23 37 0 44 32 39 158 33 1C
Octal 155 43 67 0 104 62 71 530 63 34
Binary 1101101 100011 110111 0 1000100 110010 111001 101011000 110011 11100

Color Harmonies of #6D2337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2337

Black with #6D2337

Text Example


Text Example

White with #6D2337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,35,55); }

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

background-color css

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

 a { background-color: rgb(109,35,55); }

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

border-color css

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

 span { border-color: rgb(109,35,55); }

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