Html Css Color HEX #762310 Falu Red

📋 copy color: '#762310'

red 118 ◦ green 35 ◦ blue 16

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

Shades of Falu Red #762310

Tints of Falu Red #762310

RGB

 RED value IS 118 (46.48% from 255) = 69.82%

 GREEN value IS 35 (14.06% from 255) = 20.71%

 BLUE value IS 16 (6.64% from 255) = 9.47%

R = 69.82%
G = 20.71%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#762310 (or 0x762310) is known color: Falu Red. HEX triplet: 76, 23 and 10. RGB value is (118,35,16). Sum of RGB (Red+Green+Blue) = 118+35+16=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 16 (6.64% from 255 or 9.47% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #762310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762310 is #89DCEF. Grayscale: #393939. Windows color (decimal): -9034992 or 1057654. OLE color: 1057654.

HSL color Cylindrical-coordinate representation of color #762310: hue angle of 11.18º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #762310 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 16 -
CMYK 0 0.70 0.86 0.54
HSL 11.18º 0.76% 0.26% -
HSV(B) 11.18º 0.86% 0.46% -
XYZ 8.17 5.09 1.04 -
YUV 57.65 104.5 171.04 -
System Red Green Blue C M Y K H S L
Decimal 118 35 16 0 0.70 0.86 0.54 11.18 0.76 0.26
Hex 76 23 10 0 46 56 36 B 4C 1A
Octal 166 43 20 0 106 126 66 13 114 32
Binary 1110110 100011 10000 0 1000110 1010110 110110 1011 1001100 11010

Color Harmonies of #762310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762310

Black with #762310

Text Example


Text Example

White with #762310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762310; }

 p { color: rgb(118,35,16); }

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

background-color css

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

 a { background-color: rgb(118,35,16); }

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

border-color css

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

 span { border-color: rgb(118,35,16); }

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