Html Css Color HEX #854341 Red Robin

📋 copy color: '#854341'

red 133 ◦ green 67 ◦ blue 65

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

Shades of Red Robin #854341

Tints of Red Robin #854341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.53%

R = 50.19%
G = 25.28%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#854341 (or 0x854341) is known color: Red Robin. HEX triplet: 85, 43 and 41. RGB value is (133,67,65). Sum of RGB (Red+Green+Blue) = 133+67+65=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #854341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854341 is #7ABCBE. Grayscale: #565656. Windows color (decimal): -8043711 or 4277125. OLE color: 4277125.

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

Color convert

RGB 133 67 65 -
CMYK 0 0.50 0.51 0.48
HSL 1.76º 0.34% 0.39% -
HSV(B) 1.76º 0.51% 0.52% -
XYZ 12.63 9.38 6.15 -
YUV 86.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 133 67 65 0 0.50 0.51 0.48 1.76 0.34 0.39
Hex 85 43 41 0 32 33 30 2 22 27
Octal 205 103 101 0 62 63 60 2 42 47
Binary 10000101 1000011 1000001 0 110010 110011 110000 10 100010 100111

Color Harmonies of #854341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854341

Black with #854341

Text Example


Text Example

White with #854341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854341; }

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

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

background-color css

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

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

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

border-color css

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

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

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