Html Css Color HEX #951B0E Falu Red

📋 copy color: '#951B0E'

red 149 ◦ green 27 ◦ blue 14

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

Shades of Falu Red #951B0E

Tints of Falu Red #951B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.37%

R = 78.42%
G = 14.21%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#951B0E (or 0x951B0E) is known color: Falu Red. HEX triplet: 95, 1B and 0E. RGB value is (149,27,14). Sum of RGB (Red+Green+Blue) = 149+27+14=190 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.42% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 149 - color contains mainly: red. Hex color #951B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B0E is #6AE4F1. Grayscale: #3E3E3E. Windows color (decimal): -7005426 or 924565. OLE color: 924565.

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

Color convert

RGB 149 27 14 -
CMYK 0 0.82 0.91 0.42
HSL 5.78º 0.83% 0.32% -
HSV(B) 5.78º 0.91% 0.58% -
XYZ 12.87 7.21 1.13 -
YUV 62 100.92 190.06 -
System Red Green Blue C M Y K H S L
Decimal 149 27 14 0 0.82 0.91 0.42 5.78 0.83 0.32
Hex 95 1B E 0 52 5B 2A 6 53 20
Octal 225 33 16 0 122 133 52 6 123 40
Binary 10010101 11011 1110 0 1010010 1011011 101010 110 1010011 100000

Color Harmonies of #951B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951B0E

Black with #951B0E

Text Example


Text Example

White with #951B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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