Html Css Color HEX #73250A Falu Red

📋 copy color: '#73250A'

red 115 ◦ green 37 ◦ blue 10

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

Shades of Falu Red #73250A

Tints of Falu Red #73250A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 22.84%

 BLUE value IS 10 (4.3% from 255) = 6.17%

R = 70.99%
G = 22.84%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#73250A (or 0x73250A) is known color: Falu Red. HEX triplet: 73, 25 and 0A. RGB value is (115,37,10). Sum of RGB (Red+Green+Blue) = 115+37+10=162 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.99% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 10 (4.30% from 255 or 6.17% from 162); Max value from RGB is 115 - color contains mainly: red. Hex color #73250A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73250A is #8CDAF5. Grayscale: #393939. Windows color (decimal): -9231094 or 664947. OLE color: 664947.

HSL color Cylindrical-coordinate representation of color #73250A: hue angle of 15.43º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73250A is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 37 10 -
CMYK 0 0.68 0.91 0.55
HSL 15.43º 0.84% 0.25% -
HSV(B) 15.43º 0.91% 0.45% -
XYZ 7.79 4.99 0.84 -
YUV 57.24 101.34 169.2 -
System Red Green Blue C M Y K H S L
Decimal 115 37 10 0 0.68 0.91 0.55 15.43 0.84 0.25
Hex 73 25 A 0 44 5B 37 F 54 19
Octal 163 45 12 0 104 133 67 17 124 31
Binary 1110011 100101 1010 0 1000100 1011011 110111 1111 1010100 11001

Color Harmonies of #73250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73250A

Black with #73250A

Text Example


Text Example

White with #73250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73250A; }

 p { color: rgb(115,37,10); }

 H1.HeaderClassName
 {
   color: #73250A;
 }
 .AnyTagClassName
 {
   color: #73250A;
 }
</style>

background-color css

<style>
 a { background-color: #73250A; }

 a { background-color: rgb(115,37,10); }

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

border-color css

<style>
 span { border-color: #73250A; }

 span { border-color: rgb(115,37,10); }

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