Html Css Color HEX #6E2834 Claret

📋 copy color: '#6E2834'

red 110 ◦ green 40 ◦ blue 52

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

Shades of Claret #6E2834

Tints of Claret #6E2834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.74%

R = 54.46%
G = 19.8%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#6E2834 (or 0x6E2834) is known color: Claret. HEX triplet: 6E, 28 and 34. RGB value is (110,40,52). Sum of RGB (Red+Green+Blue) = 110+40+52=202 (26% of max value = 765). Red value is 110 (43.36% from 255 or 54.46% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2834 is #91D7CB. Grayscale: #3E3E3E. Windows color (decimal): -9557964 or 3418222. OLE color: 3418222.

HSL color Cylindrical-coordinate representation of color #6E2834: hue angle of 349.71º 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 #6E2834 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 40 52 -
CMYK 0 0.64 0.53 0.57
HSL 349.71º 0.47% 0.29% -
HSV(B) 349.71º 0.64% 0.43% -
XYZ 7.81 5.08 3.82 -
YUV 62.3 122.19 162.02 -
System Red Green Blue C M Y K H S L
Decimal 110 40 52 0 0.64 0.53 0.57 349.71 0.47 0.29
Hex 6E 28 34 0 40 35 39 15E 2F 1D
Octal 156 50 64 0 100 65 71 536 57 35
Binary 1101110 101000 110100 0 1000000 110101 111001 101011110 101111 11101

Color Harmonies of #6E2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2834

Black with #6E2834

Text Example


Text Example

White with #6E2834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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