Html Css Color HEX #80251B Falu Red

📋 copy color: '#80251B'

red 128 ◦ green 37 ◦ blue 27

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

Shades of Falu Red #80251B

Tints of Falu Red #80251B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 66.67%
G = 19.27%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.50

RGB Variations

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

Color information

#80251B (or 0x80251B) is known color: Falu Red. HEX triplet: 80, 25 and 1B. RGB value is (128,37,27). Sum of RGB (Red+Green+Blue) = 128+37+27=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #80251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80251B is #7FDAE4. Grayscale: #3F3F3F. Windows color (decimal): -8379109 or 1779072. OLE color: 1779072.

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

Color convert

RGB 128 37 27 -
CMYK 0 0.71 0.79 0.50
HSL 5.94º 0.65% 0.3% -
HSV(B) 5.94º 0.79% 0.5% -
XYZ 9.76 5.99 1.68 -
YUV 63.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 128 37 27 0 0.71 0.79 0.50 5.94 0.65 0.3
Hex 80 25 1B 0 47 4F 32 6 41 1E
Octal 200 45 33 0 107 117 62 6 101 36
Binary 10000000 100101 11011 0 1000111 1001111 110010 110 1000001 11110

Color Harmonies of #80251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80251B

Black with #80251B

Text Example


Text Example

White with #80251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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