Html Css Color HEX #952403 Falu Red

📋 copy color: '#952403'

red 149 ◦ green 36 ◦ blue 3

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

Shades of Falu Red #952403

Tints of Falu Red #952403

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

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

R = 79.26%
G = 19.15%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.42

RGB Variations

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

Color information

#952403 (or 0x952403) is known color: Falu Red. HEX triplet: 95, 24 and 03. RGB value is (149,36,3). Sum of RGB (Red+Green+Blue) = 149+36+3=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #952403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952403 is #6ADBFC. Grayscale: #424242. Windows color (decimal): -7003133 or 205973. OLE color: 205973.

HSL color Cylindrical-coordinate representation of color #952403: hue angle of 13.56º 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 #952403 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 3 -
CMYK 0 0.76 0.98 0.42
HSL 13.56º 0.96% 0.3% -
HSV(B) 13.56º 0.98% 0.58% -
XYZ 13.04 7.66 0.88 -
YUV 66.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 149 36 3 0 0.76 0.98 0.42 13.56 0.96 0.3
Hex 95 24 3 0 4C 62 2A E 60 1E
Octal 225 44 3 0 114 142 52 16 140 36
Binary 10010101 100100 11 0 1001100 1100010 101010 1110 1100000 11110

Color Harmonies of #952403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952403

Black with #952403

Text Example


Text Example

White with #952403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952403; }

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

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

background-color css

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

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

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

border-color css

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

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

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