Html Css Color HEX #951A0E Falu Red

📋 copy color: '#951A0E'

red 149 ◦ green 26 ◦ blue 14

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

Shades of Falu Red #951A0E

Tints of Falu Red #951A0E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.76%

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

R = 78.84%
G = 13.76%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#951A0E (or 0x951A0E) is known color: Falu Red. HEX triplet: 95, 1A and 0E. RGB value is (149,26,14). Sum of RGB (Red+Green+Blue) = 149+26+14=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #951A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951A0E is #6AE5F1. Grayscale: #3D3D3D. Windows color (decimal): -7005682 or 924309. OLE color: 924309.

HSL color Cylindrical-coordinate representation of color #951A0E: hue angle of 5.33º 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 #951A0E is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 26 14 -
CMYK 0 0.83 0.91 0.42
HSL 5.33º 0.83% 0.32% -
HSV(B) 5.33º 0.91% 0.58% -
XYZ 12.84 7.16 1.12 -
YUV 61.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 149 26 14 0 0.83 0.91 0.42 5.33 0.83 0.32
Hex 95 1A E 0 53 5B 2A 5 53 20
Octal 225 32 16 0 123 133 52 5 123 40
Binary 10010101 11010 1110 0 1010011 1011011 101010 101 1010011 100000

Color Harmonies of #951A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A0E

Black with #951A0E

Text Example


Text Example

White with #951A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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