Html Css Color HEX #751808 Falu Red

📋 copy color: '#751808'

red 117 ◦ green 24 ◦ blue 8

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

Shades of Falu Red #751808

Tints of Falu Red #751808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.11%

 BLUE value IS 8 (3.52% from 255) = 5.37%

R = 78.52%
G = 16.11%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#751808 (or 0x751808) is known color: Falu Red. HEX triplet: 75, 18 and 08. RGB value is (117,24,8). Sum of RGB (Red+Green+Blue) = 117+24+8=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #751808 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751808 is #8AE7F7. Grayscale: #323232. Windows color (decimal): -9103352 or 530549. OLE color: 530549.

HSL color Cylindrical-coordinate representation of color #751808: hue angle of 8.81º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #751808 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 24 8 -
CMYK 0 0.79 0.93 0.54
HSL 8.81º 0.87% 0.25% -
HSV(B) 8.81º 0.93% 0.46% -
XYZ 7.71 4.45 0.68 -
YUV 49.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 117 24 8 0 0.79 0.93 0.54 8.81 0.87 0.25
Hex 75 18 8 0 4F 5D 36 9 57 19
Octal 165 30 10 0 117 135 66 11 127 31
Binary 1110101 11000 1000 0 1001111 1011101 110110 1001 1010111 11001

Color Harmonies of #751808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751808

Black with #751808

Text Example


Text Example

White with #751808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751808; }

 p { color: rgb(117,24,8); }

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

background-color css

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

 a { background-color: rgb(117,24,8); }

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

border-color css

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

 span { border-color: rgb(117,24,8); }

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