Html Css Color HEX #730F19 Red Berry

📋 copy color: '#730F19'

red 115 ◦ green 15 ◦ blue 25

#730F19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Berry #730F19

Tints of Red Berry #730F19

RGB

 RED value IS 115 (45.31% from 255) = 74.19%

 GREEN value IS 15 (6.25% from 255) = 9.68%

 BLUE value IS 25 (10.16% from 255) = 16.13%

R = 74.19%
G = 9.68%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#730F19 (or 0x730F19) is known color: Red Berry. HEX triplet: 73, 0F and 19. RGB value is (115,15,25). Sum of RGB (Red+Green+Blue) = 115+15+25=155 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.19% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 25 (10.16% from 255 or 16.13% from 155); Max value from RGB is 115 - color contains mainly: red. Hex color #730F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730F19 is #8CF0E6. Grayscale: #2E2E2E. Windows color (decimal): -9236711 or 1642355. OLE color: 1642355.

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

Color convert

RGB 115 15 25 -
CMYK 0 0.87 0.78 0.55
HSL 354º 0.77% 0.25% -
HSV(B) 354º 0.87% 0.45% -
XYZ 7.42 4.06 1.31 -
YUV 46.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 115 15 25 0 0.87 0.78 0.55 354 0.77 0.25
Hex 73 F 19 0 57 4E 37 162 4D 19
Octal 163 17 31 0 127 116 67 542 115 31
Binary 1110011 1111 11001 0 1010111 1001110 110111 101100010 1001101 11001

Color Harmonies of #730F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730F19

Black with #730F19

Text Example


Text Example

White with #730F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,15,25); }

 H1.HeaderClassName
 {
   color: #730F19;
 }
 .AnyTagClassName
 {
   color: #730F19;
 }
</style>

background-color css

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

 a { background-color: rgb(115,15,25); }

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

border-color css

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

 span { border-color: rgb(115,15,25); }

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