#75181A

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

Shades of Red Berry #75181A

Tints of Red Berry #75181A

Color information

#75181A (or 0x75181A) is unknown color: approx Red Berry. HEX triplet: 75, 18 and 1A. RGB value is (117,24,26). Sum of RGB (Red+Green+Blue) = 117+24+26=167 (22% of max value = 765). Red value is 117 (46.09% from 255 or 70.06% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 117 - color contains mainly: red. Hex color #75181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75181A is #8AE7E5. Grayscale: #343434. Windows color (decimal): -9103334 or 1710197. OLE color: 1710197.

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

Color convert

RGB1172426-
CMYK00.790.780.54
HSL358.71º65.96%27.65%-
HSV(B)358.71º79.49%45.88%-
XYZ7.854.511.43-
YUV52.04113.31174.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 70.06%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 26 (10.55% from 255) = 15.57%
R=70.06%
G=14.37%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117242600.790.780.54358.7165.9627.65
Hex75181A04F4E36167421c
Octal165303201171166654710234
Binary11101011100011010010011111001110110110101100111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75181A; }

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

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

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

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

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

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

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

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