#81413C

Color #81413C Red Robin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Robin #81413C

Tints of Red Robin #81413C

Color information

#81413C (or 0x81413C) is unknown color: approx Red Robin. HEX triplet: 81, 41 and 3C. RGB value is (129,65,60). Sum of RGB (Red+Green+Blue) = 129+65+60=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81413C is #7EBEC3. Grayscale: #535353. Windows color (decimal): -8306372 or 3948929. OLE color: 3948929.

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

Color convert

RGB1296560-
CMYK00.500.530.49
HSL4.35º36.51%37.06%-
HSV(B)4.35º53.49%50.59%-
XYZ11.768.775.35-
YUV83.57114.7160.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.79%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=50.79%
G=25.59%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129656000.500.530.494.3536.5137.06
Hex81413C032353142525
Octal20110174062656144545
Binary1000000110000011111000110010110101110001100100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,65,60); }

 H1.HeaderClassName
 {
   color: #81413C;
 }
 .AnyTagClassName
 {
   color: #81413C;
 }
</style>
background-color css

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

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

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

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

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

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