Html Css Color HEX #6E1C30 Claret

📋 copy color: '#6E1C30'

red 110 ◦ green 28 ◦ blue 48

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

Shades of Claret #6E1C30

Tints of Claret #6E1C30

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.05%

 BLUE value IS 48 (19.14% from 255) = 25.81%

R = 59.14%
G = 15.05%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.57

RGB Variations

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

Color information

#6E1C30 (or 0x6E1C30) is known color: Claret. HEX triplet: 6E, 1C and 30. RGB value is (110,28,48). Sum of RGB (Red+Green+Blue) = 110+28+48=186 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.14% from 186); Green value is 28 (11.33% from 255 or 15.05% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1C30 is #91E3CF. Grayscale: #363636. Windows color (decimal): -9561040 or 3153006. OLE color: 3153006.

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

Color convert

RGB 110 28 48 -
CMYK 0 0.75 0.56 0.57
HSL 345.37º 0.59% 0.27% -
HSV(B) 345.37º 0.75% 0.43% -
XYZ 7.38 4.36 3.25 -
YUV 54.8 124.17 167.37 -
System Red Green Blue C M Y K H S L
Decimal 110 28 48 0 0.75 0.56 0.57 345.37 0.59 0.27
Hex 6E 1C 30 0 4B 38 39 159 3B 1B
Octal 156 34 60 0 113 70 71 531 73 33
Binary 1101110 11100 110000 0 1001011 111000 111001 101011001 111011 11011

Color Harmonies of #6E1C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1C30

Black with #6E1C30

Text Example


Text Example

White with #6E1C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,28,48); }

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

background-color css

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

 a { background-color: rgb(110,28,48); }

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

border-color css

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

 span { border-color: rgb(110,28,48); }

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