Html Css Color HEX #751802 Falu Red

📋 copy color: '#751802'

red 117 ◦ green 24 ◦ blue 2

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

Shades of Falu Red #751802

Tints of Falu Red #751802

RGB

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

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

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

R = 81.82%
G = 16.78%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#751802 (or 0x751802) is known color: Falu Red. HEX triplet: 75, 18 and 02. RGB value is (117,24,2). Sum of RGB (Red+Green+Blue) = 117+24+2=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 24 (9.77% from 255 or 16.78% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #751802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751802 is #8AE7FD. Grayscale: #313131. Windows color (decimal): -9103358 or 137333. OLE color: 137333.

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

Color convert

RGB 117 24 2 -
CMYK 0 0.79 0.98 0.54
HSL 11.48º 0.97% 0.23% -
HSV(B) 11.48º 0.98% 0.46% -
XYZ 7.67 4.44 0.51 -
YUV 49.3 101.31 176.29 -
System Red Green Blue C M Y K H S L
Decimal 117 24 2 0 0.79 0.98 0.54 11.48 0.97 0.23
Hex 75 18 2 0 4F 62 36 B 61 17
Octal 165 30 2 0 117 142 66 13 141 27
Binary 1110101 11000 10 0 1001111 1100010 110110 1011 1100001 10111

Color Harmonies of #751802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751802

Black with #751802

Text Example


Text Example

White with #751802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751802; }

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

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

background-color css

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

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

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

border-color css

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

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

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