Html Css Color HEX #730E0B Falu Red

📋 copy color: '#730E0B'

red 115 ◦ green 14 ◦ blue 11

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

Shades of Falu Red #730E0B

Tints of Falu Red #730E0B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10%

 BLUE value IS 11 (4.69% from 255) = 7.86%

R = 82.14%
G = 10%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#730E0B (or 0x730E0B) is known color: Falu Red. HEX triplet: 73, 0E and 0B. RGB value is (115,14,11). Sum of RGB (Red+Green+Blue) = 115+14+11=140 (18% of max value = 765). Red value is 115 (45.31% from 255 or 82.14% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 115 - color contains mainly: red. Hex color #730E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730E0B is #8CF1F4. Grayscale: #2B2B2B. Windows color (decimal): -9236981 or 724595. OLE color: 724595.

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

Color convert

RGB 115 14 11 -
CMYK 0 0.88 0.90 0.55
HSL 1.73º 0.83% 0.25% -
HSV(B) 1.73º 0.9% 0.45% -
XYZ 7.29 3.98 0.7 -
YUV 43.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 115 14 11 0 0.88 0.90 0.55 1.73 0.83 0.25
Hex 73 E B 0 58 5A 37 2 53 19
Octal 163 16 13 0 130 132 67 2 123 31
Binary 1110011 1110 1011 0 1011000 1011010 110111 10 1010011 11001

Color Harmonies of #730E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E0B

Black with #730E0B

Text Example


Text Example

White with #730E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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