Html Css Color HEX #751702 Falu Red

📋 copy color: '#751702'

red 117 ◦ green 23 ◦ blue 2

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

Shades of Falu Red #751702

Tints of Falu Red #751702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.2%

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

R = 82.39%
G = 16.2%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#751702 (or 0x751702) is known color: Falu Red. HEX triplet: 75, 17 and 02. RGB value is (117,23,2). Sum of RGB (Red+Green+Blue) = 117+23+2=142 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.39% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 117 - color contains mainly: red. Hex color #751702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751702 is #8AE8FD. Grayscale: #303030. Windows color (decimal): -9103614 or 137077. OLE color: 137077.

HSL color Cylindrical-coordinate representation of color #751702: hue angle of 10.96º 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 #751702 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 2 -
CMYK 0 0.80 0.98 0.54
HSL 10.96º 0.97% 0.23% -
HSV(B) 10.96º 0.98% 0.46% -
XYZ 7.65 4.4 0.5 -
YUV 48.71 101.64 176.71 -
System Red Green Blue C M Y K H S L
Decimal 117 23 2 0 0.80 0.98 0.54 10.96 0.97 0.23
Hex 75 17 2 0 50 62 36 B 61 17
Octal 165 27 2 0 120 142 66 13 141 27
Binary 1110101 10111 10 0 1010000 1100010 110110 1011 1100001 10111

Color Harmonies of #751702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751702

Black with #751702

Text Example


Text Example

White with #751702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751702; }

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

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

background-color css

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

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

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

border-color css

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

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

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