#75131B

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

Shades of Red Berry #75131B

Tints of Red Berry #75131B

Color information

#75131B (or 0x75131B) is unknown color: approx Red Berry. HEX triplet: 75, 13 and 1B. RGB value is (117,19,27). Sum of RGB (Red+Green+Blue) = 117+19+27=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #75131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75131B is #8AECE4. Grayscale: #313131. Windows color (decimal): -9104613 or 1774453. OLE color: 1774453.

HSL color Cylindrical-coordinate representation of color #75131B: hue angle of 355.1º 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 #75131B is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.54.

Color convert

RGB1171927-
CMYK00.840.770.54
HSL355.1º72.06%26.67%-
HSV(B)355.1º83.76%45.88%-
XYZ7.774.331.46-
YUV49.21115.47176.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 71.78%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 27 (10.94% from 255) = 16.56%
R=71.78%
G=11.66%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117192700.840.770.54355.172.0626.67
Hex75131B0544D36163481b
Octal165233301241156654311033
Binary11101011001111011010101001001101110110101100011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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