#730E1B

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

Shades of Red Berry #730E1B

Tints of Red Berry #730E1B

Color information

#730E1B (or 0x730E1B) is unknown color: approx Red Berry. HEX triplet: 73, 0E and 1B. RGB value is (115,14,27). Sum of RGB (Red+Green+Blue) = 115+14+27=156 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.72% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 27 (10.94% from 255 or 17.31% from 156); Max value from RGB is 115 - color contains mainly: red. Hex color #730E1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730E1B is #8CF1E4. Grayscale: #2D2D2D. Windows color (decimal): -9236965 or 1773171. OLE color: 1773171.

HSL color Cylindrical-coordinate representation of color #730E1B: hue angle of 352.28º 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 #730E1B is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1151427-
CMYK00.880.770.55
HSL352.28º78.29%25.29%-
HSV(B)352.28º87.83%45.1%-
XYZ7.434.041.42-
YUV45.68117.46177.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 73.72%
GREEN value IS 14 (5.86% from 255) = 8.97%
BLUE value IS 27 (10.94% from 255) = 17.31%
R=73.72%
G=8.97%
B=17.31%

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
Decimal115142700.880.770.55352.2878.2925.29
Hex73E1B0584D371604e19
Octal163163301301156754011631
Binary1110011111011011010110001001101110111101100000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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