Html Css Color HEX #751505 Falu Red

📋 copy color: '#751505'

red 117 ◦ green 21 ◦ blue 5

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

Shades of Falu Red #751505

Tints of Falu Red #751505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

 BLUE value IS 5 (2.34% from 255) = 3.5%

R = 81.82%
G = 14.69%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#751505 (or 0x751505) is known color: Falu Red. HEX triplet: 75, 15 and 05. RGB value is (117,21,5). Sum of RGB (Red+Green+Blue) = 117+21+5=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #751505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751505 is #8AEAFA. Grayscale: #303030. Windows color (decimal): -9104123 or 333173. OLE color: 333173.

HSL color Cylindrical-coordinate representation of color #751505: hue angle of 8.57º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #751505 is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 5 -
CMYK 0 0.82 0.96 0.54
HSL 8.57º 0.92% 0.24% -
HSV(B) 8.57º 0.96% 0.46% -
XYZ 7.63 4.33 0.58 -
YUV 47.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 117 21 5 0 0.82 0.96 0.54 8.57 0.92 0.24
Hex 75 15 5 0 52 60 36 9 5C 18
Octal 165 25 5 0 122 140 66 11 134 30
Binary 1110101 10101 101 0 1010010 1100000 110110 1001 1011100 11000

Color Harmonies of #751505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751505

Black with #751505

Text Example


Text Example

White with #751505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751505; }

 p { color: rgb(117,21,5); }

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

background-color css

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

 a { background-color: rgb(117,21,5); }

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

border-color css

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

 span { border-color: rgb(117,21,5); }

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