Html Css Color HEX #730F1D Red Berry

📋 copy color: '#730F1D'

red 115 ◦ green 15 ◦ blue 29

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

Shades of Red Berry #730F1D

Tints of Red Berry #730F1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 18.24%

R = 72.33%
G = 9.43%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#730F1D (or 0x730F1D) is known color: Red Berry. HEX triplet: 73, 0F and 1D. RGB value is (115,15,29). Sum of RGB (Red+Green+Blue) = 115+15+29=159 (21% of max value = 765). Red value is 115 (45.31% from 255 or 72.33% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 115 - color contains mainly: red. Hex color #730F1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730F1D is #8CF0E2. Grayscale: #2E2E2E. Windows color (decimal): -9236707 or 1904499. OLE color: 1904499.

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

Color convert

RGB 115 15 29 -
CMYK 0 0.87 0.75 0.55
HSL 351.6º 0.77% 0.25% -
HSV(B) 351.6º 0.87% 0.45% -
XYZ 7.46 4.08 1.56 -
YUV 46.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 115 15 29 0 0.87 0.75 0.55 351.6 0.77 0.25
Hex 73 F 1D 0 57 4B 37 160 4D 19
Octal 163 17 35 0 127 113 67 540 115 31
Binary 1110011 1111 11101 0 1010111 1001011 110111 101100000 1001101 11001

Color Harmonies of #730F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730F1D

Black with #730F1D

Text Example


Text Example

White with #730F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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