#6E0103

Color #6E0103 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #6E0103

Tints of Sangria #6E0103

Color information

#6E0103 (or 0x6E0103) is unknown color: approx Sangria. HEX triplet: 6E, 01 and 03. RGB value is (110,1,3). Sum of RGB (Red+Green+Blue) = 110+1+3=114 (15% of max value = 765). Red value is 110 (43.36% from 255 or 96.49% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0103 is #91FEFC. Grayscale: #212121. Windows color (decimal): -9567997 or 196974. OLE color: 196974.

HSL color Cylindrical-coordinate representation of color #6E0103: hue angle of 358.9º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0103 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.57.

Color convert

RGB11013-
CMYK00.990.970.57
HSL358.9º98.2%21.76%-
HSV(B)358.9º99.09%43.14%-
XYZ6.463.340.39-
YUV33.82110.61182.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 96.49%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 3 (1.56% from 255) = 2.63%
R=96.49%
G=0.88%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101300.990.970.57358.998.221.76
Hex6E1306361391676216
Octal1561301431417154714226
Binary1101110111011000111100001111001101100111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,1,3); }

 H1.HeaderClassName
 {
   color: #6E0103;
 }
 .AnyTagClassName
 {
   color: #6E0103;
 }
</style>
background-color css

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

 a { background-color: rgb(110,1,3); }

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

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

 span { border-color: rgb(110,1,3); }

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