Html Css Color HEX #874240 Red Robin

📋 copy color: '#874240'

red 135 ◦ green 66 ◦ blue 64

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

Shades of Red Robin #874240

Tints of Red Robin #874240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 50.94%
G = 24.91%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#874240 (or 0x874240) is known color: Red Robin. HEX triplet: 87, 42 and 40. RGB value is (135,66,64). Sum of RGB (Red+Green+Blue) = 135+66+64=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #874240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874240 is #78BDBF. Grayscale: #565656. Windows color (decimal): -7912896 or 4211335. OLE color: 4211335.

HSL color Cylindrical-coordinate representation of color #874240: hue angle of 1.69º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874240 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 66 64 -
CMYK 0 0.51 0.53 0.47
HSL 1.69º 0.36% 0.39% -
HSV(B) 1.69º 0.53% 0.53% -
XYZ 12.87 9.42 5.99 -
YUV 86.4 115.36 162.66 -
System Red Green Blue C M Y K H S L
Decimal 135 66 64 0 0.51 0.53 0.47 1.69 0.36 0.39
Hex 87 42 40 0 33 35 2F 2 24 27
Octal 207 102 100 0 63 65 57 2 44 47
Binary 10000111 1000010 1000000 0 110011 110101 101111 10 100100 100111

Color Harmonies of #874240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874240

Black with #874240

Text Example


Text Example

White with #874240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874240; }

 p { color: rgb(135,66,64); }

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

background-color css

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

 a { background-color: rgb(135,66,64); }

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

border-color css

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

 span { border-color: rgb(135,66,64); }

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