Html Css Color HEX #6E1F38 Claret

📋 copy color: '#6E1F38'

red 110 ◦ green 31 ◦ blue 56

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

Shades of Claret #6E1F38

Tints of Claret #6E1F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 28.43%

R = 55.84%
G = 15.74%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6E1F38 (or 0x6E1F38) is known color: Claret. HEX triplet: 6E, 1F and 38. RGB value is (110,31,56). Sum of RGB (Red+Green+Blue) = 110+31+56=197 (26% of max value = 765). Red value is 110 (43.36% from 255 or 55.84% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1F38 is #91E0C7. Grayscale: #393939. Windows color (decimal): -9560264 or 3678062. OLE color: 3678062.

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

Color convert

RGB 110 31 56 -
CMYK 0 0.72 0.49 0.57
HSL 341.01º 0.56% 0.28% -
HSV(B) 341.01º 0.72% 0.43% -
XYZ 7.63 4.58 4.22 -
YUV 57.47 127.17 165.47 -
System Red Green Blue C M Y K H S L
Decimal 110 31 56 0 0.72 0.49 0.57 341.01 0.56 0.28
Hex 6E 1F 38 0 48 31 39 155 38 1C
Octal 156 37 70 0 110 61 71 525 70 34
Binary 1101110 11111 111000 0 1001000 110001 111001 101010101 111000 11100

Color Harmonies of #6E1F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1F38

Black with #6E1F38

Text Example


Text Example

White with #6E1F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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