Html Css Color HEX #854540 Red Robin

📋 copy color: '#854540'

red 133 ◦ green 69 ◦ blue 64

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

Shades of Red Robin #854540

Tints of Red Robin #854540

RGB

 RED value IS 133 (52.34% from 255) = 50%

 GREEN value IS 69 (27.34% from 255) = 25.94%

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

R = 50%
G = 25.94%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#854540 (or 0x854540) is known color: Red Robin. HEX triplet: 85, 45 and 40. RGB value is (133,69,64). Sum of RGB (Red+Green+Blue) = 133+69+64=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #854540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854540 is #7ABABF. Grayscale: #575757. Windows color (decimal): -8043200 or 4212101. OLE color: 4212101.

HSL color Cylindrical-coordinate representation of color #854540: hue angle of 4.35º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #854540 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 69 64 -
CMYK 0 0.48 0.52 0.48
HSL 4.35º 0.35% 0.39% -
HSV(B) 4.35º 0.52% 0.52% -
XYZ 12.73 9.61 6.04 -
YUV 87.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 133 69 64 0 0.48 0.52 0.48 4.35 0.35 0.39
Hex 85 45 40 0 30 34 30 4 23 27
Octal 205 105 100 0 60 64 60 4 43 47
Binary 10000101 1000101 1000000 0 110000 110100 110000 100 100011 100111

Color Harmonies of #854540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854540

Black with #854540

Text Example


Text Example

White with #854540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854540; }

 p { color: rgb(133,69,64); }

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

background-color css

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

 a { background-color: rgb(133,69,64); }

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

border-color css

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

 span { border-color: rgb(133,69,64); }

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