#751A1D

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

Shades of Red Berry #751A1D

Tints of Red Berry #751A1D

Color information

#751A1D (or 0x751A1D) is unknown color: approx Red Berry. HEX triplet: 75, 1A and 1D. RGB value is (117,26,29). Sum of RGB (Red+Green+Blue) = 117+26+29=172 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.02% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 117 - color contains mainly: red. Hex color #751A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751A1D is #8AE5E2. Grayscale: #353535. Windows color (decimal): -9102819 or 1907317. OLE color: 1907317.

HSL color Cylindrical-coordinate representation of color #751A1D: hue angle of 358.02º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A1D is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1172629-
CMYK00.780.750.54
HSL358.02º63.64%28.04%-
HSV(B)358.02º77.78%45.88%-
XYZ7.934.611.63-
YUV53.55114.15173.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 68.02%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 29 (11.72% from 255) = 16.86%
R=68.02%
G=15.12%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117262900.780.750.54358.0263.6428.04
Hex751A1D04E4B36166401c
Octal165323501161136654610034
Binary11101011101011101010011101001011110110101100110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751A1D; }

 p { color: rgb(117,26,29); }

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

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

 a { background-color: rgb(117,26,29); }

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

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

 span { border-color: rgb(117,26,29); }

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