Html Css Color HEX #80413A Red Robin

📋 copy color: '#80413A'

red 128 ◦ green 65 ◦ blue 58

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

Shades of Red Robin #80413A

Tints of Red Robin #80413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 23.11%

R = 51%
G = 25.9%
B = 23.11%

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

#80413A (or 0x80413A) is known color: Red Robin. HEX triplet: 80, 41 and 3A. RGB value is (128,65,58). Sum of RGB (Red+Green+Blue) = 128+65+58=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #80413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80413A is #7FBEC5. Grayscale: #535353. Windows color (decimal): -8371910 or 3817856. OLE color: 3817856.

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

Color convert

RGB 128 65 58 -
CMYK 0 0.49 0.55 0.50
HSL 0.38% 0.36% -
HSV(B) 0.55% 0.5% -
XYZ 11.56 8.68 5.07 -
YUV 83.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 128 65 58 0 0.49 0.55 0.50 6 0.38 0.36
Hex 80 41 3A 0 31 37 32 6 26 24
Octal 200 101 72 0 61 67 62 6 46 44
Binary 10000000 1000001 111010 0 110001 110111 110010 110 100110 100100

Color Harmonies of #80413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80413A

Black with #80413A

Text Example


Text Example

White with #80413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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