#751011

Color #751011 Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #751011

Tints of Red Berry #751011

Color information

#751011 (or 0x751011) is unknown color: approx Red Berry. HEX triplet: 75, 10 and 11. RGB value is (117,16,17). Sum of RGB (Red+Green+Blue) = 117+16+17=150 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 17 (7.03% from 255 or 11.33% from 150); Max value from RGB is 117 - color contains mainly: red. Hex color #751011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751011 is #8AEFEE. Grayscale: #2E2E2E. Windows color (decimal): -9105391 or 1118325. OLE color: 1118325.

HSL color Cylindrical-coordinate representation of color #751011: hue angle of 359.41º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #751011 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1171617-
CMYK00.860.850.54
HSL359.41º75.94%26.08%-
HSV(B)359.41º86.32%45.88%-
XYZ7.624.190.94-
YUV46.31111.46178.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 78%
GREEN value IS 16 (6.64% from 255) = 10.67%
BLUE value IS 17 (7.03% from 255) = 11.33%
R=78%
G=10.67%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117161700.860.850.54359.4175.9426.08
Hex75101105655361674c1a
Octal165202101261256654711432
Binary11101011000010001010101101010101110110101100111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751011; }

 p { color: rgb(117,16,17); }

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

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

 a { background-color: rgb(117,16,17); }

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

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

 span { border-color: rgb(117,16,17); }

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