#6F0103

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

Shades of Sangria #6F0103

Tints of Sangria #6F0103

Color information

#6F0103 (or 0x6F0103) is unknown color: approx Sangria. HEX triplet: 6F, 01 and 03. RGB value is (111,1,3). Sum of RGB (Red+Green+Blue) = 111+1+3=115 (15% of max value = 765). Red value is 111 (43.75% from 255 or 96.52% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0103 is #90FEFC. Grayscale: #222222. Windows color (decimal): -9502461 or 196975. OLE color: 196975.

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

Color convert

RGB11113-
CMYK00.990.970.56
HSL358.91º98.21%21.96%-
HSV(B)358.91º99.1%43.53%-
XYZ6.583.410.4-
YUV34.12110.44182.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 96.52%
GREEN value IS 1 (0.78% from 255) = 0.87%
BLUE value IS 3 (1.56% from 255) = 2.61%
R=96.52%
G=0.87%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111300.990.970.56358.9198.2121.96
Hex6F1306361381676216
Octal1571301431417054714226
Binary1101111111011000111100001111000101100111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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