Html Css Color HEX #922508 Falu Red

📋 copy color: '#922508'

red 146 ◦ green 37 ◦ blue 8

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

Shades of Falu Red #922508

Tints of Falu Red #922508

RGB

 RED value IS 146 (57.42% from 255) = 76.44%

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

 BLUE value IS 8 (3.52% from 255) = 4.19%

R = 76.44%
G = 19.37%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.43

RGB Variations

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

Color information

#922508 (or 0x922508) is known color: Falu Red. HEX triplet: 92, 25 and 08. RGB value is (146,37,8). Sum of RGB (Red+Green+Blue) = 146+37+8=191 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.44% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 146 - color contains mainly: red. Hex color #922508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922508 is #6DDAF7. Grayscale: #424242. Windows color (decimal): -7199480 or 533906. OLE color: 533906.

HSL color Cylindrical-coordinate representation of color #922508: hue angle of 12.61º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #922508 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 37 8 -
CMYK 0 0.75 0.95 0.43
HSL 12.61º 0.9% 0.3% -
HSV(B) 12.61º 0.95% 0.57% -
XYZ 12.56 7.45 1.01 -
YUV 66.29 95.11 184.86 -
System Red Green Blue C M Y K H S L
Decimal 146 37 8 0 0.75 0.95 0.43 12.61 0.9 0.3
Hex 92 25 8 0 4B 5F 2B D 5A 1E
Octal 222 45 10 0 113 137 53 15 132 36
Binary 10010010 100101 1000 0 1001011 1011111 101011 1101 1011010 11110

Color Harmonies of #922508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922508

Black with #922508

Text Example


Text Example

White with #922508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922508; }

 p { color: rgb(146,37,8); }

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

background-color css

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

 a { background-color: rgb(146,37,8); }

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

border-color css

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

 span { border-color: rgb(146,37,8); }

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