Html Css Color HEX #6E2334 Claret

📋 copy color: '#6E2334'

red 110 ◦ green 35 ◦ blue 52

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

Shades of Claret #6E2334

Tints of Claret #6E2334

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.77%

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

R = 55.84%
G = 17.77%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#6E2334 (or 0x6E2334) is known color: Claret. HEX triplet: 6E, 23 and 34. RGB value is (110,35,52). Sum of RGB (Red+Green+Blue) = 110+35+52=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 52 (20.70% from 255 or 26.40% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2334 is #91DCCB. Grayscale: #3B3B3B. Windows color (decimal): -9559244 or 3416942. OLE color: 3416942.

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

Color convert

RGB 110 35 52 -
CMYK 0 0.68 0.53 0.57
HSL 346.4º 0.52% 0.28% -
HSV(B) 346.4º 0.68% 0.43% -
XYZ 7.65 4.76 3.77 -
YUV 59.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 110 35 52 0 0.68 0.53 0.57 346.4 0.52 0.28
Hex 6E 23 34 0 44 35 39 15A 34 1C
Octal 156 43 64 0 104 65 71 532 64 34
Binary 1101110 100011 110100 0 1000100 110101 111001 101011010 110100 11100

Color Harmonies of #6E2334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2334

Black with #6E2334

Text Example


Text Example

White with #6E2334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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