#87413D

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

Shades of Red Robin #87413D

Tints of Red Robin #87413D

Color information

#87413D (or 0x87413D) is unknown color: approx Red Robin. HEX triplet: 87, 41 and 3D. RGB value is (135,65,61). Sum of RGB (Red+Green+Blue) = 135+65+61=261 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.72% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 135 - color contains mainly: red. Hex color #87413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87413D is #78BEC2. Grayscale: #555555. Windows color (decimal): -7913155 or 4014471. OLE color: 4014471.

HSL color Cylindrical-coordinate representation of color #87413D: hue angle of 3.24º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #87413D is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1356561-
CMYK00.520.550.47
HSL3.24º37.76%38.43%-
HSV(B)3.24º54.81%52.94%-
XYZ12.729.275.53-
YUV85.47114.19163.33-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 51.72%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 61 (24.22% from 255) = 23.37%
R=51.72%
G=24.90%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135656100.520.550.473.2437.7638.43
Hex87413D034372F32626
Octal20710175064675734646
Binary100001111000001111101011010011011110111111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87413D; }

 p { color: rgb(135,65,61); }

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

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

 a { background-color: rgb(135,65,61); }

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

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

 span { border-color: rgb(135,65,61); }

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