#6F0001

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

Shades of Sangria #6F0001

Tints of Sangria #6F0001

Color information

#6F0001 (or 0x6F0001) is unknown color: approx Sangria. HEX triplet: 6F, 00 and 01. RGB value is (111,0,1). Sum of RGB (Red+Green+Blue) = 111+0+1=112 (14% of max value = 765). Red value is 111 (43.75% from 255 or 99.11% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0001 is #90FFFE. Grayscale: #212121. Windows color (decimal): -9502719 or 65647. OLE color: 65647.

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

Color convert

RGB11101-
CMYK010.990.56
HSL359.46º100%21.76%-
HSV(B)359.46º100%43.53%-
XYZ6.563.380.34-
YUV33.3109.77183.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 99.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 0.89%
R=99.11%
G=0%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11101010.990.56359.4610021.76
Hex6F0106463381676416
Octal1570101441437054714426
Binary110111101011001001100011111000101100111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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