#71142A

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

Shades of Red Berry #71142A

Tints of Red Berry #71142A

Color information

#71142A (or 0x71142A) is unknown color: approx Red Berry. HEX triplet: 71, 14 and 2A. RGB value is (113,20,42). Sum of RGB (Red+Green+Blue) = 113+20+42=175 (23% of max value = 765). Red value is 113 (44.53% from 255 or 64.57% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 113 - color contains mainly: red. Hex color #71142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #71142A is #8EEBD5. Grayscale: #323232. Windows color (decimal): -9366486 or 2757745. OLE color: 2757745.

HSL color Cylindrical-coordinate representation of color #71142A: hue angle of 345.81º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #71142A is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1132042-
CMYK00.820.630.56
HSL345.81º69.92%26.08%-
HSV(B)345.81º82.3%44.31%-
XYZ7.484.182.6-
YUV50.32123.31172.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 64.57%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 42 (16.80% from 255) = 24%
R=64.57%
G=11.43%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113204200.820.630.56345.8169.9226.08
Hex71142A0523F3815a461a
Octal16124520122777053210632
Binary11100011010010101001010010111111111000101011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,20,42); }

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

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

 a { background-color: rgb(113,20,42); }

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

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

 span { border-color: rgb(113,20,42); }

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