Html Css Color HEX #6E2833 Claret

📋 copy color: '#6E2833'

red 110 ◦ green 40 ◦ blue 51

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

Shades of Claret #6E2833

Tints of Claret #6E2833

RGB

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

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

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

R = 54.73%
G = 19.9%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.57

RGB Variations

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

Color information

#6E2833 (or 0x6E2833) is known color: Claret. HEX triplet: 6E, 28 and 33. RGB value is (110,40,51). Sum of RGB (Red+Green+Blue) = 110+40+51=201 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.73% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2833 is #91D7CC. Grayscale: #3E3E3E. Windows color (decimal): -9557965 or 3352686. OLE color: 3352686.

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

Color convert

RGB 110 40 51 -
CMYK 0 0.64 0.54 0.57
HSL 350.57º 0.47% 0.29% -
HSV(B) 350.57º 0.64% 0.43% -
XYZ 7.79 5.07 3.7 -
YUV 62.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 110 40 51 0 0.64 0.54 0.57 350.57 0.47 0.29
Hex 6E 28 33 0 40 36 39 15F 2F 1D
Octal 156 50 63 0 100 66 71 537 57 35
Binary 1101110 101000 110011 0 1000000 110110 111001 101011111 101111 11101

Color Harmonies of #6E2833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2833

Black with #6E2833

Text Example


Text Example

White with #6E2833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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