Html Css Color HEX #854340 Red Robin

📋 copy color: '#854340'

red 133 ◦ green 67 ◦ blue 64

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

Shades of Red Robin #854340

Tints of Red Robin #854340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

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

R = 50.38%
G = 25.38%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#854340 (or 0x854340) is known color: Red Robin. HEX triplet: 85, 43 and 40. RGB value is (133,67,64). Sum of RGB (Red+Green+Blue) = 133+67+64=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #854340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854340 is #7ABCBF. Grayscale: #565656. Windows color (decimal): -8043712 or 4211589. OLE color: 4211589.

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

Color convert

RGB 133 67 64 -
CMYK 0 0.50 0.52 0.48
HSL 2.61º 0.35% 0.39% -
HSV(B) 2.61º 0.52% 0.52% -
XYZ 12.61 9.37 5.99 -
YUV 86.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 133 67 64 0 0.50 0.52 0.48 2.61 0.35 0.39
Hex 85 43 40 0 32 34 30 3 23 27
Octal 205 103 100 0 62 64 60 3 43 47
Binary 10000101 1000011 1000000 0 110010 110100 110000 11 100011 100111

Color Harmonies of #854340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854340

Black with #854340

Text Example


Text Example

White with #854340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854340; }

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

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

background-color css

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

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

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

border-color css

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

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

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