Html Css Color HEX #751B00 Falu Red

📋 copy color: '#751B00'

red 117 ◦ green 27 ◦ blue 0

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

Shades of Falu Red #751B00

Tints of Falu Red #751B00

RGB

 RED value IS 117 (46.09% from 255) = 81.25%

 GREEN value IS 27 (10.94% from 255) = 18.75%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.25%
G = 18.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#751B00 (or 0x751B00) is known color: Falu Red. HEX triplet: 75, 1B and 00. RGB value is (117,27,0). Sum of RGB (Red+Green+Blue) = 117+27+0=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #751B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #751B00 is #8AE4FF. Grayscale: #333333. Windows color (decimal): -9102592 or 7029. OLE color: 7029.

HSL color Cylindrical-coordinate representation of color #751B00: hue angle of 13.85º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #751B00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 27 0 -
CMYK 0 0.77 1 0.54
HSL 13.85º 1% 0.23% -
HSV(B) 13.85º 1% 0.46% -
XYZ 7.73 4.57 0.47 -
YUV 50.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 117 27 0 0 0.77 1 0.54 13.85 1 0.23
Hex 75 1B 0 0 4D 64 36 E 64 17
Octal 165 33 0 0 115 144 66 16 144 27
Binary 1110101 11011 0 0 1001101 1100100 110110 1110 1100100 10111

Color Harmonies of #751B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751B00

Black with #751B00

Text Example


Text Example

White with #751B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751B00; }

 p { color: rgb(117,27,0); }

 H1.HeaderClassName
 {
   color: #751B00;
 }
 .AnyTagClassName
 {
   color: #751B00;
 }
</style>

background-color css

<style>
 a { background-color: #751B00; }

 a { background-color: rgb(117,27,0); }

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

border-color css

<style>
 span { border-color: #751B00; }

 span { border-color: rgb(117,27,0); }

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