Html Css Color HEX #6E152B Claret

📋 copy color: '#6E152B'

red 110 ◦ green 21 ◦ blue 43

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

Shades of Claret #6E152B

Tints of Claret #6E152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 63.22%
G = 12.07%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.57

RGB Variations

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

Color information

#6E152B (or 0x6E152B) is known color: Claret. HEX triplet: 6E, 15 and 2B. RGB value is (110,21,43). Sum of RGB (Red+Green+Blue) = 110+21+43=174 (23% of max value = 765). Red value is 110 (43.36% from 255 or 63.22% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 110 - color contains mainly: red. Hex color #6E152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E152B is #91EAD4. Grayscale: #323232. Windows color (decimal): -9562837 or 2823534. OLE color: 2823534.

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

Color convert

RGB 110 21 43 -
CMYK 0 0.81 0.61 0.57
HSL 345.17º 0.68% 0.26% -
HSV(B) 345.17º 0.81% 0.43% -
XYZ 7.13 4.03 2.69 -
YUV 50.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 110 21 43 0 0.81 0.61 0.57 345.17 0.68 0.26
Hex 6E 15 2B 0 51 3D 39 159 44 1A
Octal 156 25 53 0 121 75 71 531 104 32
Binary 1101110 10101 101011 0 1010001 111101 111001 101011001 1000100 11010

Color Harmonies of #6E152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E152B

Black with #6E152B

Text Example


Text Example

White with #6E152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,21,43); }

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

background-color css

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

 a { background-color: rgb(110,21,43); }

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

border-color css

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

 span { border-color: rgb(110,21,43); }

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