#711621

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

Shades of Red Berry #711621

Tints of Red Berry #711621

Color information

#711621 (or 0x711621) is unknown color: approx Red Berry. HEX triplet: 71, 16 and 21. RGB value is (113,22,33). Sum of RGB (Red+Green+Blue) = 113+22+33=168 (22% of max value = 765). Red value is 113 (44.53% from 255 or 67.26% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 113 - color contains mainly: red. Hex color #711621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711621 is #8EE9DE. Grayscale: #323232. Windows color (decimal): -9365983 or 2168433. OLE color: 2168433.

HSL color Cylindrical-coordinate representation of color #711621: hue angle of 352.75º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711621 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1132233-
CMYK00.810.710.56
HSL352.75º67.41%26.47%-
HSV(B)352.75º80.53%44.31%-
XYZ7.374.191.86-
YUV50.46118.15172.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 67.26%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=67.26%
G=13.10%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113223300.810.710.56352.7567.4126.47
Hex7116210514738161431a
Octal161264101211077054110332
Binary111000110110100001010100011000111111000101100001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711621; }

 p { color: rgb(113,22,33); }

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

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

 a { background-color: rgb(113,22,33); }

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

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

 span { border-color: rgb(113,22,33); }

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