#951E02

Color #951E02 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #951E02

Tints of Falu Red #951E02

Color information

#951E02 (or 0x951E02) is unknown color: approx Falu Red. HEX triplet: 95, 1E and 02. RGB value is (149,30,2). Sum of RGB (Red+Green+Blue) = 149+30+2=181 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.32% from 181); Green value is 30 (12.11% from 255 or 16.57% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 149 - color contains mainly: red. Hex color #951E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951E02 is #6AE1FD. Grayscale: #3E3E3E. Windows color (decimal): -7004670 or 138901. OLE color: 138901.

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

Color convert

RGB149302-
CMYK00.800.990.42
HSL11.43º97.35%29.61%-
HSV(B)11.43º98.66%58.43%-
XYZ12.877.320.79-
YUV62.3993.92189.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 82.32%
GREEN value IS 30 (12.11% from 255) = 16.57%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=82.32%
G=16.57%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14930200.800.990.4211.4397.3529.61
Hex951E2050632Ab611e
Octal2253620120143521314136
Binary1001010111110100101000011000111010101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,30,2); }

 H1.HeaderClassName
 {
   color: #951E02;
 }
 .AnyTagClassName
 {
   color: #951E02;
 }
</style>
background-color css

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

 a { background-color: rgb(149,30,2); }

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

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

 span { border-color: rgb(149,30,2); }

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