#751317

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

Shades of Red Berry #751317

Tints of Red Berry #751317

Color information

#751317 (or 0x751317) is unknown color: approx Red Berry. HEX triplet: 75, 13 and 17. RGB value is (117,19,23). Sum of RGB (Red+Green+Blue) = 117+19+23=159 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.58% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 117 - color contains mainly: red. Hex color #751317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751317 is #8AECE8. Grayscale: #303030. Windows color (decimal): -9104617 or 1512309. OLE color: 1512309.

HSL color Cylindrical-coordinate representation of color #751317: hue angle of 357.55º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #751317 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.54.

Color convert

RGB1171923-
CMYK00.840.800.54
HSL357.55º72.06%26.67%-
HSV(B)357.55º83.76%45.88%-
XYZ7.724.311.24-
YUV48.76113.47176.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 73.58%
GREEN value IS 19 (7.81% from 255) = 11.95%
BLUE value IS 23 (9.38% from 255) = 14.47%
R=73.58%
G=11.95%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117192300.840.800.54357.5572.0626.67
Hex7513170545036166481b
Octal165232701241206654611033
Binary11101011001110111010101001010000110110101100110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751317; }

 p { color: rgb(117,19,23); }

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

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

 a { background-color: rgb(117,19,23); }

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

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

 span { border-color: rgb(117,19,23); }

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