Html Css Color HEX #80250D Falu Red

📋 copy color: '#80250D'

red 128 ◦ green 37 ◦ blue 13

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

Shades of Falu Red #80250D

Tints of Falu Red #80250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.3%

R = 71.91%
G = 20.79%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#80250D (or 0x80250D) is known color: Falu Red. HEX triplet: 80, 25 and 0D. RGB value is (128,37,13). Sum of RGB (Red+Green+Blue) = 128+37+13=178 (23% of max value = 765). Red value is 128 (50.39% from 255 or 71.91% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 128 - color contains mainly: red. Hex color #80250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80250D is #7FDAF2. Grayscale: #3D3D3D. Windows color (decimal): -8379123 or 861568. OLE color: 861568.

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

Color convert

RGB 128 37 13 -
CMYK 0 0.71 0.90 0.50
HSL 12.52º 0.82% 0.28% -
HSV(B) 12.52º 0.9% 0.5% -
XYZ 9.64 5.94 1.02 -
YUV 61.47 100.65 175.45 -
System Red Green Blue C M Y K H S L
Decimal 128 37 13 0 0.71 0.90 0.50 12.52 0.82 0.28
Hex 80 25 D 0 47 5A 32 D 52 1C
Octal 200 45 15 0 107 132 62 15 122 34
Binary 10000000 100101 1101 0 1000111 1011010 110010 1101 1010010 11100

Color Harmonies of #80250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80250D

Black with #80250D

Text Example


Text Example

White with #80250D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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