Html Css Color HEX #874140 Red Robin

📋 copy color: '#874140'

red 135 ◦ green 65 ◦ blue 64

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

Shades of Red Robin #874140

Tints of Red Robin #874140

RGB

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

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

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

R = 51.14%
G = 24.62%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#874140 (or 0x874140) is known color: Red Robin. HEX triplet: 87, 41 and 40. RGB value is (135,65,64). Sum of RGB (Red+Green+Blue) = 135+65+64=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #874140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874140 is #78BEBF. Grayscale: #555555. Windows color (decimal): -7913152 or 4211079. OLE color: 4211079.

HSL color Cylindrical-coordinate representation of color #874140: hue angle of 0.85º 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 #874140 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 65 64 -
CMYK 0 0.52 0.53 0.47
HSL 0.85º 0.36% 0.39% -
HSV(B) 0.85º 0.53% 0.53% -
XYZ 12.81 9.3 5.97 -
YUV 85.82 115.69 163.08 -
System Red Green Blue C M Y K H S L
Decimal 135 65 64 0 0.52 0.53 0.47 0.85 0.36 0.39
Hex 87 41 40 0 34 35 2F 1 24 27
Octal 207 101 100 0 64 65 57 1 44 47
Binary 10000111 1000001 1000000 0 110100 110101 101111 1 100100 100111

Color Harmonies of #874140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874140

Black with #874140

Text Example


Text Example

White with #874140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874140; }

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

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

background-color css

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

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

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

border-color css

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

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

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