Html Css Color HEX #912502 Falu Red

📋 copy color: '#912502'

red 145 ◦ green 37 ◦ blue 2

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

Shades of Falu Red #912502

Tints of Falu Red #912502

RGB

 RED value IS 145 (57.03% from 255) = 78.8%

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

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

R = 78.8%
G = 20.11%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#912502 (or 0x912502) is known color: Falu Red. HEX triplet: 91, 25 and 02. RGB value is (145,37,2). Sum of RGB (Red+Green+Blue) = 145+37+2=184 (24% of max value = 765). Red value is 145 (57.03% from 255 or 78.80% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 145 - color contains mainly: red. Hex color #912502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912502 is #6EDAFD. Grayscale: #414141. Windows color (decimal): -7265022 or 140689. OLE color: 140689.

HSL color Cylindrical-coordinate representation of color #912502: hue angle of 14.69º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #912502 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 37 2 -
CMYK 0 0.74 0.99 0.43
HSL 14.69º 0.97% 0.29% -
HSV(B) 14.69º 0.99% 0.57% -
XYZ 12.35 7.35 0.82 -
YUV 65.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 145 37 2 0 0.74 0.99 0.43 14.69 0.97 0.29
Hex 91 25 2 0 4A 63 2B F 61 1D
Octal 221 45 2 0 112 143 53 17 141 35
Binary 10010001 100101 10 0 1001010 1100011 101011 1111 1100001 11101

Color Harmonies of #912502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912502

Black with #912502

Text Example


Text Example

White with #912502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912502; }

 p { color: rgb(145,37,2); }

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

background-color css

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

 a { background-color: rgb(145,37,2); }

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

border-color css

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

 span { border-color: rgb(145,37,2); }

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