Html Css Color HEX #951D07 Falu Red

📋 copy color: '#951D07'

red 149 ◦ green 29 ◦ blue 7

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

Shades of Falu Red #951D07

Tints of Falu Red #951D07

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.68%

 BLUE value IS 7 (3.13% from 255) = 3.78%

R = 80.54%
G = 15.68%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#951D07 (or 0x951D07) is known color: Falu Red. HEX triplet: 95, 1D and 07. RGB value is (149,29,7). Sum of RGB (Red+Green+Blue) = 149+29+7=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #951D07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951D07 is #6AE2F8. Grayscale: #3E3E3E. Windows color (decimal): -7004921 or 466325. OLE color: 466325.

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

Color convert

RGB 149 29 7 -
CMYK 0 0.81 0.95 0.42
HSL 9.3º 0.91% 0.31% -
HSV(B) 9.3º 0.95% 0.58% -
XYZ 12.87 7.28 0.93 -
YUV 62.37 96.76 189.79 -
System Red Green Blue C M Y K H S L
Decimal 149 29 7 0 0.81 0.95 0.42 9.3 0.91 0.31
Hex 95 1D 7 0 51 5F 2A 9 5B 1F
Octal 225 35 7 0 121 137 52 11 133 37
Binary 10010101 11101 111 0 1010001 1011111 101010 1001 1011011 11111

Color Harmonies of #951D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951D07

Black with #951D07

Text Example


Text Example

White with #951D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,29,7); }

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

background-color css

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

 a { background-color: rgb(149,29,7); }

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

border-color css

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

 span { border-color: rgb(149,29,7); }

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