Html Css Color HEX #951B05 Falu Red

📋 copy color: '#951B05'

red 149 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #951B05

Tints of Falu Red #951B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.92%

 BLUE value IS 5 (2.34% from 255) = 2.76%

R = 82.32%
G = 14.92%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#951B05 (or 0x951B05) is known color: Falu Red. HEX triplet: 95, 1B and 05. RGB value is (149,27,5). Sum of RGB (Red+Green+Blue) = 149+27+5=181 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.32% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 149 - color contains mainly: red. Hex color #951B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B05 is #6AE4FA. Grayscale: #3D3D3D. Windows color (decimal): -7005435 or 334741. OLE color: 334741.

HSL color Cylindrical-coordinate representation of color #951B05: hue angle of 9.17º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #951B05 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 27 5 -
CMYK 0 0.82 0.97 0.42
HSL 9.17º 0.94% 0.3% -
HSV(B) 9.17º 0.97% 0.58% -
XYZ 12.81 7.18 0.85 -
YUV 60.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 149 27 5 0 0.82 0.97 0.42 9.17 0.94 0.3
Hex 95 1B 5 0 52 61 2A 9 5E 1E
Octal 225 33 5 0 122 141 52 11 136 36
Binary 10010101 11011 101 0 1010010 1100001 101010 1001 1011110 11110

Color Harmonies of #951B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B05

Black with #951B05

Text Example


Text Example

White with #951B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,27,5); }

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

background-color css

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

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

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

border-color css

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

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

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