#6E0305

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

Shades of Sangria #6E0305

Tints of Sangria #6E0305

Color information

#6E0305 (or 0x6E0305) is unknown color: approx Sangria. HEX triplet: 6E, 03 and 05. RGB value is (110,3,5). Sum of RGB (Red+Green+Blue) = 110+3+5=118 (15% of max value = 765). Red value is 110 (43.36% from 255 or 93.22% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0305 is #91FCFA. Grayscale: #232323. Windows color (decimal): -9567483 or 328558. OLE color: 328558.

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

Color convert

RGB11035-
CMYK00.970.950.57
HSL358.88º94.69%22.16%-
HSV(B)358.88º97.27%43.14%-
XYZ6.493.390.46-
YUV35.22110.95181.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 93.22%
GREEN value IS 3 (1.56% from 255) = 2.54%
BLUE value IS 5 (2.34% from 255) = 4.24%
R=93.22%
G=2.54%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1103500.970.950.57358.8894.6922.16
Hex6E350615F391675f16
Octal1563501411377154713726
Binary110111011101011000011011111111001101100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E0305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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