Html Css Color HEX #952503 Falu Red

📋 copy color: '#952503'

red 149 ◦ green 37 ◦ blue 3

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

Shades of Falu Red #952503

Tints of Falu Red #952503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.58%

 BLUE value IS 3 (1.56% from 255) = 1.59%

R = 78.84%
G = 19.58%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#952503 (or 0x952503) is known color: Falu Red. HEX triplet: 95, 25 and 03. RGB value is (149,37,3). Sum of RGB (Red+Green+Blue) = 149+37+3=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #952503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952503 is #6ADAFC. Grayscale: #424242. Windows color (decimal): -7002877 or 206229. OLE color: 206229.

HSL color Cylindrical-coordinate representation of color #952503: hue angle of 13.97º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #952503 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 37 3 -
CMYK 0 0.75 0.98 0.42
HSL 13.97º 0.96% 0.3% -
HSV(B) 13.97º 0.98% 0.58% -
XYZ 13.07 7.72 0.89 -
YUV 66.61 92.11 186.76 -
System Red Green Blue C M Y K H S L
Decimal 149 37 3 0 0.75 0.98 0.42 13.97 0.96 0.3
Hex 95 25 3 0 4B 62 2A E 60 1E
Octal 225 45 3 0 113 142 52 16 140 36
Binary 10010101 100101 11 0 1001011 1100010 101010 1110 1100000 11110

Color Harmonies of #952503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952503

Black with #952503

Text Example


Text Example

White with #952503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952503; }

 p { color: rgb(149,37,3); }

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

background-color css

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

 a { background-color: rgb(149,37,3); }

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

border-color css

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

 span { border-color: rgb(149,37,3); }

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