#73142A

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

Shades of Red Berry #73142A

Tints of Red Berry #73142A

Color information

#73142A (or 0x73142A) is unknown color: approx Red Berry. HEX triplet: 73, 14 and 2A. RGB value is (115,20,42). Sum of RGB (Red+Green+Blue) = 115+20+42=177 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.97% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 115 - color contains mainly: red. Hex color #73142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73142A is #8CEBD5. Grayscale: #323232. Windows color (decimal): -9235414 or 2757747. OLE color: 2757747.

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

Color convert

RGB1152042-
CMYK00.830.630.55
HSL346.11º70.37%26.47%-
HSV(B)346.11º82.61%45.1%-
XYZ7.744.312.61-
YUV50.91122.97173.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.97%
GREEN value IS 20 (8.20% from 255) = 11.30%
BLUE value IS 42 (16.80% from 255) = 23.73%
R=64.97%
G=11.30%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115204200.830.630.55346.1170.3726.47
Hex73142A0533F3715a461a
Octal16324520123776753210632
Binary11100111010010101001010011111111110111101011010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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