Html Css Color HEX #912302 Falu Red

📋 copy color: '#912302'

red 145 ◦ green 35 ◦ blue 2

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

Shades of Falu Red #912302

Tints of Falu Red #912302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.23%

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

R = 79.67%
G = 19.23%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#912302 (or 0x912302) is known color: Falu Red. HEX triplet: 91, 23 and 02. RGB value is (145,35,2). Sum of RGB (Red+Green+Blue) = 145+35+2=182 (24% of max value = 765). Red value is 145 (57.03% from 255 or 79.67% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 145 - color contains mainly: red. Hex color #912302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912302 is #6EDCFD. Grayscale: #404040. Windows color (decimal): -7265534 or 140177. OLE color: 140177.

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

Color convert

RGB 145 35 2 -
CMYK 0 0.76 0.99 0.43
HSL 13.85º 0.97% 0.29% -
HSV(B) 13.85º 0.99% 0.57% -
XYZ 12.29 7.23 0.8 -
YUV 64.13 92.94 185.68 -
System Red Green Blue C M Y K H S L
Decimal 145 35 2 0 0.76 0.99 0.43 13.85 0.97 0.29
Hex 91 23 2 0 4C 63 2B E 61 1D
Octal 221 43 2 0 114 143 53 16 141 35
Binary 10010001 100011 10 0 1001100 1100011 101011 1110 1100001 11101

Color Harmonies of #912302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912302

Black with #912302

Text Example


Text Example

White with #912302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912302; }

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

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

background-color css

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

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

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

border-color css

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

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

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