Html Css Color HEX #6E2232 Claret

📋 copy color: '#6E2232'

red 110 ◦ green 34 ◦ blue 50

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

Shades of Claret #6E2232

Tints of Claret #6E2232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

 BLUE value IS 50 (19.92% from 255) = 25.77%

R = 56.7%
G = 17.53%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6E2232 (or 0x6E2232) is known color: Claret. HEX triplet: 6E, 22 and 32. RGB value is (110,34,50). Sum of RGB (Red+Green+Blue) = 110+34+50=194 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.70% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2232 is #91DDCD. Grayscale: #3A3A3A. Windows color (decimal): -9559502 or 3285614. OLE color: 3285614.

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

Color convert

RGB 110 34 50 -
CMYK 0 0.69 0.55 0.57
HSL 347.37º 0.53% 0.28% -
HSV(B) 347.37º 0.69% 0.43% -
XYZ 7.58 4.69 3.52 -
YUV 58.55 123.18 164.7 -
System Red Green Blue C M Y K H S L
Decimal 110 34 50 0 0.69 0.55 0.57 347.37 0.53 0.28
Hex 6E 22 32 0 45 37 39 15B 35 1C
Octal 156 42 62 0 105 67 71 533 65 34
Binary 1101110 100010 110010 0 1000101 110111 111001 101011011 110101 11100

Color Harmonies of #6E2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2232

Black with #6E2232

Text Example


Text Example

White with #6E2232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,34,50); }

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

background-color css

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

 a { background-color: rgb(110,34,50); }

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

border-color css

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

 span { border-color: rgb(110,34,50); }

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