Html Css Color HEX #804139 Red Robin

📋 copy color: '#804139'

red 128 ◦ green 65 ◦ blue 57

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

Shades of Red Robin #804139

Tints of Red Robin #804139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.8%

R = 51.2%
G = 26%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#804139 (or 0x804139) is known color: Red Robin. HEX triplet: 80, 41 and 39. RGB value is (128,65,57). Sum of RGB (Red+Green+Blue) = 128+65+57=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #804139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804139 is #7FBEC6. Grayscale: #535353. Windows color (decimal): -8371911 or 3752320. OLE color: 3752320.

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

Color convert

RGB 128 65 57 -
CMYK 0 0.49 0.55 0.50
HSL 6.76º 0.38% 0.36% -
HSV(B) 6.76º 0.55% 0.5% -
XYZ 11.53 8.67 4.94 -
YUV 82.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 128 65 57 0 0.49 0.55 0.50 6.76 0.38 0.36
Hex 80 41 39 0 31 37 32 7 26 24
Octal 200 101 71 0 61 67 62 7 46 44
Binary 10000000 1000001 111001 0 110001 110111 110010 111 100110 100100

Color Harmonies of #804139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804139

Black with #804139

Text Example


Text Example

White with #804139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804139; }

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

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

background-color css

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

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

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

border-color css

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

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

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