#6D0305

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

Shades of Sangria #6D0305

Tints of Sangria #6D0305

Color information

#6D0305 (or 0x6D0305) is unknown color: approx Sangria. HEX triplet: 6D, 03 and 05. RGB value is (109,3,5). Sum of RGB (Red+Green+Blue) = 109+3+5=117 (15% of max value = 765). Red value is 109 (42.97% from 255 or 93.16% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0305 is #92FCFA. Grayscale: #232323. Windows color (decimal): -9633019 or 328557. OLE color: 328557.

HSL color Cylindrical-coordinate representation of color #6D0305: hue angle of 358.87º 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 #6D0305 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB10935-
CMYK00.970.950.57
HSL358.87º94.64%21.96%-
HSV(B)358.87º97.25%42.75%-
XYZ6.373.330.45-
YUV34.92111.12180.84-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 93.16%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=93.16%
G=2.56%
B=4.27%

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
Decimal1093500.970.950.57358.8794.6421.96
Hex6D350615F391675f16
Octal1553501411377154713726
Binary110110111101011000011011111111001101100111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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