Html Css Color HEX #804141 Red Robin

📋 copy color: '#804141'

red 128 ◦ green 65 ◦ blue 65

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

Shades of Red Robin #804141

Tints of Red Robin #804141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.19%

 BLUE value IS 65 (25.78% from 255) = 25.19%

R = 49.61%
G = 25.19%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#804141 (or 0x804141) is known color: Red Robin. HEX triplet: 80, 41 and 41. RGB value is (128,65,65). Sum of RGB (Red+Green+Blue) = 128+65+65=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #804141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804141 is #7FBEBE. Grayscale: #535353. Windows color (decimal): -8371903 or 4276608. OLE color: 4276608.

HSL color Cylindrical-coordinate representation of color #804141: hue angle of 0º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #804141 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 65 65 -
CMYK 0 0.49 0.49 0.50
HSL 0.33% 0.38% -
HSV(B) 0.49% 0.5% -
XYZ 11.75 8.75 6.07 -
YUV 83.84 117.37 159.5 -
System Red Green Blue C M Y K H S L
Decimal 128 65 65 0 0.49 0.49 0.50 0 0.33 0.38
Hex 80 41 41 0 31 31 32 0 21 26
Octal 200 101 101 0 61 61 62 0 41 46
Binary 10000000 1000001 1000001 0 110001 110001 110010 0 100001 100110

Color Harmonies of #804141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804141

Black with #804141

Text Example


Text Example

White with #804141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804141; }

 p { color: rgb(128,65,65); }

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

background-color css

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

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

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

border-color css

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

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

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