#75122B

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

Shades of Red Berry #75122B

Tints of Red Berry #75122B

Color information

#75122B (or 0x75122B) is unknown color: approx Red Berry. HEX triplet: 75, 12 and 2B. RGB value is (117,18,43). Sum of RGB (Red+Green+Blue) = 117+18+43=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 43 (17.19% from 255 or 24.16% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #75122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75122B is #8AEDD4. Grayscale: #323232. Windows color (decimal): -9104853 or 2822773. OLE color: 2822773.

HSL color Cylindrical-coordinate representation of color #75122B: hue angle of 344.85º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75122B is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1171843-
CMYK00.850.630.54
HSL344.85º73.33%26.47%-
HSV(B)344.85º84.62%45.88%-
XYZ7.994.392.71-
YUV50.45123.8175.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.73%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 43 (17.19% from 255) = 24.16%
R=65.73%
G=10.11%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117184300.850.630.54344.8573.3326.47
Hex75122B0553F36159491a
Octal16522530125776653111132
Binary11101011001010101101010101111111110110101011001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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