Html Css Color HEX #6E1F34 Claret

📋 copy color: '#6E1F34'

red 110 ◦ green 31 ◦ blue 52

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

Shades of Claret #6E1F34

Tints of Claret #6E1F34

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.06%

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

R = 56.99%
G = 16.06%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#6E1F34 (or 0x6E1F34) is known color: Claret. HEX triplet: 6E, 1F and 34. RGB value is (110,31,52). Sum of RGB (Red+Green+Blue) = 110+31+52=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 52 (20.70% from 255 or 26.94% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1F34 is #91E0CB. Grayscale: #393939. Windows color (decimal): -9560268 or 3415918. OLE color: 3415918.

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

Color convert

RGB 110 31 52 -
CMYK 0 0.72 0.53 0.57
HSL 344.05º 0.56% 0.28% -
HSV(B) 344.05º 0.72% 0.43% -
XYZ 7.54 4.54 3.73 -
YUV 57.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 110 31 52 0 0.72 0.53 0.57 344.05 0.56 0.28
Hex 6E 1F 34 0 48 35 39 158 38 1C
Octal 156 37 64 0 110 65 71 530 70 34
Binary 1101110 11111 110100 0 1001000 110101 111001 101011000 111000 11100

Color Harmonies of #6E1F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1F34

Black with #6E1F34

Text Example


Text Example

White with #6E1F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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