#75151B

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

Shades of Red Berry #75151B

Tints of Red Berry #75151B

Color information

#75151B (or 0x75151B) is unknown color: approx Red Berry. HEX triplet: 75, 15 and 1B. RGB value is (117,21,27). Sum of RGB (Red+Green+Blue) = 117+21+27=165 (21% of max value = 765). Red value is 117 (46.09% from 255 or 70.91% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 117 - color contains mainly: red. Hex color #75151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75151B is #8AEAE4. Grayscale: #323232. Windows color (decimal): -9104101 or 1774965. OLE color: 1774965.

HSL color Cylindrical-coordinate representation of color #75151B: hue angle of 356.25º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #75151B is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1172127-
CMYK00.820.770.54
HSL356.25º69.57%27.06%-
HSV(B)356.25º82.05%45.88%-
XYZ7.84.41.47-
YUV50.39114.8175.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.91%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 27 (10.94% from 255) = 16.36%
R=70.91%
G=12.73%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117212700.820.770.54356.2569.5727.06
Hex75151B0524D36164461b
Octal165253301221156654410633
Binary11101011010111011010100101001101110110101100100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75151B; }

 p { color: rgb(117,21,27); }

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

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

 a { background-color: rgb(117,21,27); }

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

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

 span { border-color: rgb(117,21,27); }

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