Html Css Color HEX #951F01 Falu Red

📋 copy color: '#951F01'

red 149 ◦ green 31 ◦ blue 1

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

Shades of Falu Red #951F01

Tints of Falu Red #951F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.13%

 BLUE value IS 1 (0.78% from 255) = 0.55%

R = 82.32%
G = 17.13%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#951F01 (or 0x951F01) is known color: Falu Red. HEX triplet: 95, 1F and 01. RGB value is (149,31,1). Sum of RGB (Red+Green+Blue) = 149+31+1=181 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.32% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 149 - color contains mainly: red. Hex color #951F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F01 is #6AE0FE. Grayscale: #3F3F3F. Windows color (decimal): -7004415 or 73621. OLE color: 73621.

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

Color convert

RGB 149 31 1 -
CMYK 0 0.79 0.99 0.42
HSL 12.16º 0.99% 0.29% -
HSV(B) 12.16º 0.99% 0.58% -
XYZ 12.89 7.37 0.77 -
YUV 62.86 93.09 189.44 -
System Red Green Blue C M Y K H S L
Decimal 149 31 1 0 0.79 0.99 0.42 12.16 0.99 0.29
Hex 95 1F 1 0 4F 63 2A C 63 1D
Octal 225 37 1 0 117 143 52 14 143 35
Binary 10010101 11111 1 0 1001111 1100011 101010 1100 1100011 11101

Color Harmonies of #951F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F01

Black with #951F01

Text Example


Text Example

White with #951F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951F01; }

 p { color: rgb(149,31,1); }

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

background-color css

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

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

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

border-color css

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

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

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