Html Css Color HEX #80250F Falu Red

📋 copy color: '#80250F'

red 128 ◦ green 37 ◦ blue 15

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

Shades of Falu Red #80250F

Tints of Falu Red #80250F

RGB

 RED value IS 128 (50.39% from 255) = 71.11%

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

 BLUE value IS 15 (6.25% from 255) = 8.33%

R = 71.11%
G = 20.56%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#80250F (or 0x80250F) is known color: Falu Red. HEX triplet: 80, 25 and 0F. RGB value is (128,37,15). Sum of RGB (Red+Green+Blue) = 128+37+15=180 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.11% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 128 - color contains mainly: red. Hex color #80250F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80250F is #7FDAF0. Grayscale: #3D3D3D. Windows color (decimal): -8379121 or 992640. OLE color: 992640.

HSL color Cylindrical-coordinate representation of color #80250F: hue angle of 11.68º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80250F is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 37 15 -
CMYK 0 0.71 0.88 0.50
HSL 11.68º 0.79% 0.28% -
HSV(B) 11.68º 0.88% 0.5% -
XYZ 9.65 5.95 1.09 -
YUV 61.7 101.65 175.29 -
System Red Green Blue C M Y K H S L
Decimal 128 37 15 0 0.71 0.88 0.50 11.68 0.79 0.28
Hex 80 25 F 0 47 58 32 C 4F 1C
Octal 200 45 17 0 107 130 62 14 117 34
Binary 10000000 100101 1111 0 1000111 1011000 110010 1100 1001111 11100

Color Harmonies of #80250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80250F

Black with #80250F

Text Example


Text Example

White with #80250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80250F; }

 p { color: rgb(128,37,15); }

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

background-color css

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

 a { background-color: rgb(128,37,15); }

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

border-color css

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

 span { border-color: rgb(128,37,15); }

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