Html Css Color HEX #952107 Falu Red

📋 copy color: '#952107'

red 149 ◦ green 33 ◦ blue 7

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

Shades of Falu Red #952107

Tints of Falu Red #952107

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.46%

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

R = 78.84%
G = 17.46%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#952107 (or 0x952107) is known color: Falu Red. HEX triplet: 95, 21 and 07. RGB value is (149,33,7). Sum of RGB (Red+Green+Blue) = 149+33+7=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 33 (13.28% from 255 or 17.46% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #952107 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952107 is #6ADEF8. Grayscale: #404040. Windows color (decimal): -7003897 or 467349. OLE color: 467349.

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

Color convert

RGB 149 33 7 -
CMYK 0 0.78 0.95 0.42
HSL 10.99º 0.91% 0.31% -
HSV(B) 10.99º 0.95% 0.58% -
XYZ 12.98 7.49 0.96 -
YUV 64.72 95.43 188.11 -
System Red Green Blue C M Y K H S L
Decimal 149 33 7 0 0.78 0.95 0.42 10.99 0.91 0.31
Hex 95 21 7 0 4E 5F 2A B 5B 1F
Octal 225 41 7 0 116 137 52 13 133 37
Binary 10010101 100001 111 0 1001110 1011111 101010 1011 1011011 11111

Color Harmonies of #952107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952107

Black with #952107

Text Example


Text Example

White with #952107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952107; }

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

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

background-color css

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

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

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

border-color css

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

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

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