Html Css Color HEX #80463C Red Robin

📋 copy color: '#80463C'

red 128 ◦ green 70 ◦ blue 60

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

Shades of Red Robin #80463C

Tints of Red Robin #80463C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.13%

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 49.61%
G = 27.13%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#80463C (or 0x80463C) is known color: Red Robin. HEX triplet: 80, 46 and 3C. RGB value is (128,70,60). Sum of RGB (Red+Green+Blue) = 128+70+60=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80463C is #7FB9C3. Grayscale: #565656. Windows color (decimal): -8370628 or 3950208. OLE color: 3950208.

HSL color Cylindrical-coordinate representation of color #80463C: hue angle of 8.82º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80463C is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 70 60 -
CMYK 0 0.45 0.53 0.50
HSL 8.82º 0.36% 0.37% -
HSV(B) 8.82º 0.53% 0.5% -
XYZ 11.91 9.3 5.44 -
YUV 86.2 113.22 157.81 -
System Red Green Blue C M Y K H S L
Decimal 128 70 60 0 0.45 0.53 0.50 8.82 0.36 0.37
Hex 80 46 3C 0 2D 35 32 9 24 25
Octal 200 106 74 0 55 65 62 11 44 45
Binary 10000000 1000110 111100 0 101101 110101 110010 1001 100100 100101

Color Harmonies of #80463C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80463C

Black with #80463C

Text Example


Text Example

White with #80463C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80463C; }

 p { color: rgb(128,70,60); }

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

background-color css

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

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

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

border-color css

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

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

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