#6B0203

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

Shades of Sangria #6B0203

Tints of Sangria #6B0203

Color information

#6B0203 (or 0x6B0203) is unknown color: approx Sangria. HEX triplet: 6B, 02 and 03. RGB value is (107,2,3). Sum of RGB (Red+Green+Blue) = 107+2+3=112 (14% of max value = 765). Red value is 107 (42.19% from 255 or 95.54% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0203 is #94FDFC. Grayscale: #212121. Windows color (decimal): -9764349 or 197227. OLE color: 197227.

HSL color Cylindrical-coordinate representation of color #6B0203: hue angle of 359.43º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6B0203 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB10723-
CMYK00.980.970.58
HSL359.43º96.33%21.37%-
HSV(B)359.43º98.13%41.96%-
XYZ6.13.180.38-
YUV33.51110.79180.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 95.54%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 3 (1.56% from 255) = 2.68%
R=95.54%
G=1.79%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1072300.980.970.58359.4396.3321.37
Hex6B23062613A1676015
Octal1532301421417254714025
Binary11010111011011000101100001111010101100111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,2,3); }

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

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

 a { background-color: rgb(107,2,3); }

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

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

 span { border-color: rgb(107,2,3); }

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