#751012

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

Shades of Red Berry #751012

Tints of Red Berry #751012

Color information

#751012 (or 0x751012) is unknown color: approx Red Berry. HEX triplet: 75, 10 and 12. RGB value is (117,16,18). Sum of RGB (Red+Green+Blue) = 117+16+18=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #751012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751012 is #8AEFED. Grayscale: #2E2E2E. Windows color (decimal): -9105390 or 1183861. OLE color: 1183861.

HSL color Cylindrical-coordinate representation of color #751012: hue angle of 358.81º 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 #751012 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1171618-
CMYK00.860.850.54
HSL358.81º75.94%26.08%-
HSV(B)358.81º86.32%45.88%-
XYZ7.634.20.98-
YUV46.43111.96178.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 77.48%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=77.48%
G=10.60%
B=11.92%

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
Decimal117161800.860.850.54358.8175.9426.08
Hex75101205655361674c1a
Octal165202201261256654711432
Binary11101011000010010010101101010101110110101100111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751012; }

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

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

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

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

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

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

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

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