Html Css Color HEX #6E2538 Claret

📋 copy color: '#6E2538'

red 110 ◦ green 37 ◦ blue 56

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

Shades of Claret #6E2538

Tints of Claret #6E2538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.23%

 BLUE value IS 56 (22.27% from 255) = 27.59%

R = 54.19%
G = 18.23%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6E2538 (or 0x6E2538) is known color: Claret. HEX triplet: 6E, 25 and 38. RGB value is (110,37,56). Sum of RGB (Red+Green+Blue) = 110+37+56=203 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.19% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2538 is #91DAC7. Grayscale: #3C3C3C. Windows color (decimal): -9558728 or 3679598. OLE color: 3679598.

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

Color convert

RGB 110 37 56 -
CMYK 0 0.66 0.49 0.57
HSL 344.38º 0.5% 0.29% -
HSV(B) 344.38º 0.66% 0.43% -
XYZ 7.81 4.92 4.28 -
YUV 60.99 125.18 162.96 -
System Red Green Blue C M Y K H S L
Decimal 110 37 56 0 0.66 0.49 0.57 344.38 0.5 0.29
Hex 6E 25 38 0 42 31 39 158 32 1D
Octal 156 45 70 0 102 61 71 530 62 35
Binary 1101110 100101 111000 0 1000010 110001 111001 101011000 110010 11101

Color Harmonies of #6E2538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2538

Black with #6E2538

Text Example


Text Example

White with #6E2538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,37,56); }

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

background-color css

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

 a { background-color: rgb(110,37,56); }

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

border-color css

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

 span { border-color: rgb(110,37,56); }

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