Html Css Color HEX #804241 Red Robin

📋 copy color: '#804241'

red 128 ◦ green 66 ◦ blue 65

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

Shades of Red Robin #804241

Tints of Red Robin #804241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.48%

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

R = 49.42%
G = 25.48%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#804241 (or 0x804241) is known color: Red Robin. HEX triplet: 80, 42 and 41. RGB value is (128,66,65). Sum of RGB (Red+Green+Blue) = 128+66+65=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #804241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804241 is #7FBDBE. Grayscale: #545454. Windows color (decimal): -8371647 or 4276864. OLE color: 4276864.

HSL color Cylindrical-coordinate representation of color #804241: hue angle of 0.95º 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 #804241 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 65 -
CMYK 0 0.48 0.49 0.50
HSL 0.95º 0.33% 0.38% -
HSV(B) 0.95º 0.49% 0.5% -
XYZ 11.8 8.87 6.09 -
YUV 84.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 128 66 65 0 0.48 0.49 0.50 0.95 0.33 0.38
Hex 80 42 41 0 30 31 32 1 21 26
Octal 200 102 101 0 60 61 62 1 41 46
Binary 10000000 1000010 1000001 0 110000 110001 110010 1 100001 100110

Color Harmonies of #804241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804241

Black with #804241

Text Example


Text Example

White with #804241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804241; }

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

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

background-color css

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

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

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

border-color css

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

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

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