Html Css Color HEX #6E1A35 Claret

📋 copy color: '#6E1A35'

red 110 ◦ green 26 ◦ blue 53

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

Shades of Claret #6E1A35

Tints of Claret #6E1A35

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.76%

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

R = 58.2%
G = 13.76%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6E1A35 (or 0x6E1A35) is known color: Claret. HEX triplet: 6E, 1A and 35. RGB value is (110,26,53). Sum of RGB (Red+Green+Blue) = 110+26+53=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 53 (21.09% from 255 or 28.04% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1A35 is #91E5CA. Grayscale: #363636. Windows color (decimal): -9561547 or 3480174. OLE color: 3480174.

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

Color convert

RGB 110 26 53 -
CMYK 0 0.76 0.52 0.57
HSL 340.71º 0.62% 0.27% -
HSV(B) 340.71º 0.76% 0.43% -
XYZ 7.44 4.31 3.81 -
YUV 54.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 110 26 53 0 0.76 0.52 0.57 340.71 0.62 0.27
Hex 6E 1A 35 0 4C 34 39 155 3E 1B
Octal 156 32 65 0 114 64 71 525 76 33
Binary 1101110 11010 110101 0 1001100 110100 111001 101010101 111110 11011

Color Harmonies of #6E1A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1A35

Black with #6E1A35

Text Example


Text Example

White with #6E1A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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