Html Css Color HEX #731C02 Falu Red

📋 copy color: '#731C02'

red 115 ◦ green 28 ◦ blue 2

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

Shades of Falu Red #731C02

Tints of Falu Red #731C02

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.31%

 BLUE value IS 2 (1.17% from 255) = 1.38%

R = 79.31%
G = 19.31%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#731C02 (or 0x731C02) is known color: Falu Red. HEX triplet: 73, 1C and 02. RGB value is (115,28,2). Sum of RGB (Red+Green+Blue) = 115+28+2=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #731C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731C02 is #8CE3FD. Grayscale: #333333. Windows color (decimal): -9233406 or 138355. OLE color: 138355.

HSL color Cylindrical-coordinate representation of color #731C02: hue angle of 13.81º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #731C02 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 28 2 -
CMYK 0 0.76 0.98 0.55
HSL 13.81º 0.97% 0.23% -
HSV(B) 13.81º 0.98% 0.45% -
XYZ 7.5 4.48 0.53 -
YUV 51.05 100.32 173.61 -
System Red Green Blue C M Y K H S L
Decimal 115 28 2 0 0.76 0.98 0.55 13.81 0.97 0.23
Hex 73 1C 2 0 4C 62 37 E 61 17
Octal 163 34 2 0 114 142 67 16 141 27
Binary 1110011 11100 10 0 1001100 1100010 110111 1110 1100001 10111

Color Harmonies of #731C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C02

Black with #731C02

Text Example


Text Example

White with #731C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731C02; }

 p { color: rgb(115,28,2); }

 H1.HeaderClassName
 {
   color: #731C02;
 }
 .AnyTagClassName
 {
   color: #731C02;
 }
</style>

background-color css

<style>
 a { background-color: #731C02; }

 a { background-color: rgb(115,28,2); }

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

border-color css

<style>
 span { border-color: #731C02; }

 span { border-color: rgb(115,28,2); }

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