Html Css Color HEX #951A08 Falu Red

📋 copy color: '#951A08'

red 149 ◦ green 26 ◦ blue 8

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

Shades of Falu Red #951A08

Tints of Falu Red #951A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.37%

R = 81.42%
G = 14.21%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#951A08 (or 0x951A08) is known color: Falu Red. HEX triplet: 95, 1A and 08. RGB value is (149,26,8). Sum of RGB (Red+Green+Blue) = 149+26+8=183 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.42% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 149 - color contains mainly: red. Hex color #951A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951A08 is #6AE5F7. Grayscale: #3C3C3C. Windows color (decimal): -7005688 or 531093. OLE color: 531093.

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

Color convert

RGB 149 26 8 -
CMYK 0 0.83 0.95 0.42
HSL 7.66º 0.9% 0.31% -
HSV(B) 7.66º 0.95% 0.58% -
XYZ 12.81 7.15 0.93 -
YUV 60.73 98.25 190.96 -
System Red Green Blue C M Y K H S L
Decimal 149 26 8 0 0.83 0.95 0.42 7.66 0.9 0.31
Hex 95 1A 8 0 53 5F 2A 8 5A 1F
Octal 225 32 10 0 123 137 52 10 132 37
Binary 10010101 11010 1000 0 1010011 1011111 101010 1000 1011010 11111

Color Harmonies of #951A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951A08

Black with #951A08

Text Example


Text Example

White with #951A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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