#751821

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

Shades of Red Berry #751821

Tints of Red Berry #751821

Color information

#751821 (or 0x751821) is unknown color: approx Red Berry. HEX triplet: 75, 18 and 21. RGB value is (117,24,33). Sum of RGB (Red+Green+Blue) = 117+24+33=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #751821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751821 is #8AE7DE. Grayscale: #343434. Windows color (decimal): -9103327 or 2168949. OLE color: 2168949.

HSL color Cylindrical-coordinate representation of color #751821: hue angle of 354.19º 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 #751821 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB1172433-
CMYK00.790.720.54
HSL354.19º65.96%27.65%-
HSV(B)354.19º79.49%45.88%-
XYZ7.944.541.9-
YUV52.83116.81173.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 67.24%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 33 (13.28% from 255) = 18.97%
R=67.24%
G=13.79%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117243300.790.720.54354.1965.9627.65
Hex75182104F4836162421c
Octal165304101171106654210234
Binary111010111000100001010011111001000110110101100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751821; }

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

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

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

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

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

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

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

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