Html Css Color HEX #87413D Red Robin

📋 copy color: '#87413D'

red 135 ◦ green 65 ◦ blue 61

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

Shades of Red Robin #87413D

Tints of Red Robin #87413D

RGB

 RED value IS 135 (53.13% from 255) = 51.72%

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

 BLUE value IS 61 (24.22% from 255) = 23.37%

R = 51.72%
G = 24.9%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#87413D (or 0x87413D) is known color: 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

RGB 135 65 61 -
CMYK 0 0.52 0.55 0.47
HSL 3.24º 0.38% 0.38% -
HSV(B) 3.24º 0.55% 0.53% -
XYZ 12.72 9.27 5.53 -
YUV 85.47 114.19 163.33 -
System Red Green Blue C M Y K H S L
Decimal 135 65 61 0 0.52 0.55 0.47 3.24 0.38 0.38
Hex 87 41 3D 0 34 37 2F 3 26 26
Octal 207 101 75 0 64 67 57 3 46 46
Binary 10000111 1000001 111101 0 110100 110111 101111 11 100110 100110

Color Harmonies of #87413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87413D

Black with #87413D

Text Example


Text Example

White with #87413D

Text Example


Text Example

HTML Codes & Css Web 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>