#711023

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

Shades of Red Berry #711023

Tints of Red Berry #711023

Color information

#711023 (or 0x711023) is unknown color: approx Red Berry. HEX triplet: 71, 10 and 23. RGB value is (113,16,35). Sum of RGB (Red+Green+Blue) = 113+16+35=164 (21% of max value = 765). Red value is 113 (44.53% from 255 or 68.90% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 113 - color contains mainly: red. Hex color #711023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711023 is #8EEFDC. Grayscale: #2F2F2F. Windows color (decimal): -9367517 or 2297969. OLE color: 2297969.

HSL color Cylindrical-coordinate representation of color #711023: hue angle of 348.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711023 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB1131635-
CMYK00.860.690.56
HSL348.25º75.19%25.29%-
HSV(B)348.25º85.84%44.31%-
XYZ7.341.98-
YUV47.17121.14174.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 68.90%
GREEN value IS 16 (6.64% from 255) = 9.76%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=68.90%
G=9.76%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113163500.860.690.56348.2575.1925.29
Hex711023056453815c4b19
Octal161204301261057053411331
Binary111000110000100011010101101000101111000101011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711023; }

 p { color: rgb(113,16,35); }

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

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

 a { background-color: rgb(113,16,35); }

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

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

 span { border-color: rgb(113,16,35); }

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