Html Css Color HEX #854140 Red Robin

📋 copy color: '#854140'

red 133 ◦ green 65 ◦ blue 64

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

Shades of Red Robin #854140

Tints of Red Robin #854140

RGB

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

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

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

R = 50.76%
G = 24.81%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#854140 (or 0x854140) is known color: Red Robin. HEX triplet: 85, 41 and 40. RGB value is (133,65,64). Sum of RGB (Red+Green+Blue) = 133+65+64=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #854140 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854140 is #7ABEBF. Grayscale: #555555. Windows color (decimal): -8044224 or 4211077. OLE color: 4211077.

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

Color convert

RGB 133 65 64 -
CMYK 0 0.51 0.52 0.48
HSL 0.87º 0.35% 0.39% -
HSV(B) 0.87º 0.52% 0.52% -
XYZ 12.49 9.14 5.96 -
YUV 85.22 116.03 162.08 -
System Red Green Blue C M Y K H S L
Decimal 133 65 64 0 0.51 0.52 0.48 0.87 0.35 0.39
Hex 85 41 40 0 33 34 30 1 23 27
Octal 205 101 100 0 63 64 60 1 43 47
Binary 10000101 1000001 1000000 0 110011 110100 110000 1 100011 100111

Color Harmonies of #854140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854140

Black with #854140

Text Example


Text Example

White with #854140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854140; }

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

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

background-color css

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

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

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

border-color css

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

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

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