Html Css Color HEX #6E2B37 Claret

📋 copy color: '#6E2B37'

red 110 ◦ green 43 ◦ blue 55

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

Shades of Claret #6E2B37

Tints of Claret #6E2B37

RGB

 RED value IS 110 (43.36% from 255) = 52.88%

 GREEN value IS 43 (17.19% from 255) = 20.67%

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

R = 52.88%
G = 20.67%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.5

 K value IS 0.57

RGB Variations

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

Color information

#6E2B37 (or 0x6E2B37) is known color: Claret. HEX triplet: 6E, 2B and 37. RGB value is (110,43,55). Sum of RGB (Red+Green+Blue) = 110+43+55=208 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.88% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 55 (21.88% from 255 or 26.44% from 208); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2B37 is #91D4C8. Grayscale: #404040. Windows color (decimal): -9557193 or 3615598. OLE color: 3615598.

HSL color Cylindrical-coordinate representation of color #6E2B37: hue angle of 349.25º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E2B37 is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 43 55 -
CMYK 0 0.61 0.5 0.57
HSL 349.25º 0.44% 0.3% -
HSV(B) 349.25º 0.61% 0.43% -
XYZ 7.98 5.32 4.22 -
YUV 64.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 110 43 55 0 0.61 0.5 0.57 349.25 0.44 0.3
Hex 6E 2B 37 0 3D 32 39 15D 2C 1E
Octal 156 53 67 0 75 62 71 535 54 36
Binary 1101110 101011 110111 0 111101 110010 111001 101011101 101100 11110

Color Harmonies of #6E2B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2B37

Black with #6E2B37

Text Example


Text Example

White with #6E2B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,43,55); }

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

background-color css

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

 a { background-color: rgb(110,43,55); }

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

border-color css

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

 span { border-color: rgb(110,43,55); }

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