Html Css Color HEX #6E1935 Claret

📋 copy color: '#6E1935'

red 110 ◦ green 25 ◦ blue 53

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

Shades of Claret #6E1935

Tints of Claret #6E1935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.3%

 BLUE value IS 53 (21.09% from 255) = 28.19%

R = 58.51%
G = 13.3%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6E1935 (or 0x6E1935) is known color: Claret. HEX triplet: 6E, 19 and 35. RGB value is (110,25,53). Sum of RGB (Red+Green+Blue) = 110+25+53=188 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.51% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 53 (21.09% from 255 or 28.19% from 188); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E1935 is #91E6CA. Grayscale: #353535. Windows color (decimal): -9561803 or 3479918. OLE color: 3479918.

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

Color convert

RGB 110 25 53 -
CMYK 0 0.77 0.52 0.57
HSL 340.24º 0.63% 0.26% -
HSV(B) 340.24º 0.77% 0.43% -
XYZ 7.42 4.27 3.8 -
YUV 53.61 127.66 168.22 -
System Red Green Blue C M Y K H S L
Decimal 110 25 53 0 0.77 0.52 0.57 340.24 0.63 0.26
Hex 6E 19 35 0 4D 34 39 154 3F 1A
Octal 156 31 65 0 115 64 71 524 77 32
Binary 1101110 11001 110101 0 1001101 110100 111001 101010100 111111 11010

Color Harmonies of #6E1935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1935

Black with #6E1935

Text Example


Text Example

White with #6E1935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,25,53); }

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

background-color css

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

 a { background-color: rgb(110,25,53); }

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

border-color css

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

 span { border-color: rgb(110,25,53); }

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