Html Css Color HEX #951010 Falu Red

📋 copy color: '#951010'

red 149 ◦ green 16 ◦ blue 16

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

Shades of Falu Red #951010

Tints of Falu Red #951010

RGB

 RED value IS 149 (58.59% from 255) = 82.32%

 GREEN value IS 16 (6.64% from 255) = 8.84%

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

R = 82.32%
G = 8.84%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#951010 (or 0x951010) is known color: Falu Red. HEX triplet: 95, 10 and 10. RGB value is (149,16,16). Sum of RGB (Red+Green+Blue) = 149+16+16=181 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.32% from 181); Green value is 16 (6.64% from 255 or 8.84% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 149 - color contains mainly: red. Hex color #951010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951010 is #6AEFEF. Grayscale: #373737. Windows color (decimal): -7008240 or 1052821. OLE color: 1052821.

HSL color Cylindrical-coordinate representation of color #951010: hue angle of 0º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951010 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 16 -
CMYK 0 0.89 0.89 0.42
HSL 0.81% 0.32% -
HSV(B) 0.89% 0.58% -
XYZ 12.67 6.8 1.13 -
YUV 55.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 149 16 16 0 0.89 0.89 0.42 0 0.81 0.32
Hex 95 10 10 0 59 59 2A 0 51 20
Octal 225 20 20 0 131 131 52 0 121 40
Binary 10010101 10000 10000 0 1011001 1011001 101010 0 1010001 100000

Color Harmonies of #951010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951010

Black with #951010

Text Example


Text Example

White with #951010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951010; }

 p { color: rgb(149,16,16); }

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

background-color css

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

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

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

border-color css

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

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

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