Html Css Color HEX #951F02 Falu Red

📋 copy color: '#951F02'

red 149 ◦ green 31 ◦ blue 2

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

Shades of Falu Red #951F02

Tints of Falu Red #951F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.03%

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 81.87%
G = 17.03%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#951F02 (or 0x951F02) is known color: Falu Red. HEX triplet: 95, 1F and 02. RGB value is (149,31,2). Sum of RGB (Red+Green+Blue) = 149+31+2=182 (24% of max value = 765). Red value is 149 (58.59% from 255 or 81.87% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 149 - color contains mainly: red. Hex color #951F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F02 is #6AE0FD. Grayscale: #3F3F3F. Windows color (decimal): -7004414 or 139157. OLE color: 139157.

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

Color convert

RGB 149 31 2 -
CMYK 0 0.79 0.99 0.42
HSL 11.84º 0.97% 0.3% -
HSV(B) 11.84º 0.99% 0.58% -
XYZ 12.9 7.37 0.8 -
YUV 62.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 149 31 2 0 0.79 0.99 0.42 11.84 0.97 0.3
Hex 95 1F 2 0 4F 63 2A C 61 1E
Octal 225 37 2 0 117 143 52 14 141 36
Binary 10010101 11111 10 0 1001111 1100011 101010 1100 1100001 11110

Color Harmonies of #951F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951F02

Black with #951F02

Text Example


Text Example

White with #951F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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