#730E1A

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

Shades of Red Berry #730E1A

Tints of Red Berry #730E1A

Color information

#730E1A (or 0x730E1A) is unknown color: approx Red Berry. HEX triplet: 73, 0E and 1A. RGB value is (115,14,26). Sum of RGB (Red+Green+Blue) = 115+14+26=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #730E1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730E1A is #8CF1E5. Grayscale: #2D2D2D. Windows color (decimal): -9236966 or 1707635. OLE color: 1707635.

HSL color Cylindrical-coordinate representation of color #730E1A: hue angle of 352.87º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #730E1A is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1151426-
CMYK00.880.770.55
HSL352.87º78.29%25.29%-
HSV(B)352.87º87.83%45.1%-
XYZ7.414.031.37-
YUV45.57116.96177.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 74.19%
GREEN value IS 14 (5.86% from 255) = 9.03%
BLUE value IS 26 (10.55% from 255) = 16.77%
R=74.19%
G=9.03%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115142600.880.770.55352.8778.2925.29
Hex73E1A0584D371614e19
Octal163163201301156754111631
Binary1110011111011010010110001001101110111101100001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730E1A; }

 p { color: rgb(115,14,26); }

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

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

 a { background-color: rgb(115,14,26); }

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

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

 span { border-color: rgb(115,14,26); }

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