#864338

Color #864338 Red Robin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Robin #864338

Tints of Red Robin #864338

Color information

#864338 (or 0x864338) is unknown color: approx Red Robin. HEX triplet: 86, 43 and 38. RGB value is (134,67,56). Sum of RGB (Red+Green+Blue) = 134+67+56=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 56 (22.27% from 255 or 21.79% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #864338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864338 is #79BCC7. Grayscale: #555555. Windows color (decimal): -7978184 or 3687302. OLE color: 3687302.

HSL color Cylindrical-coordinate representation of color #864338: hue angle of 8.46º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #864338 is Cyan = 0, Magento = 0.5, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1346756-
CMYK00.50.580.47
HSL8.46º41.05%37.25%-
HSV(B)8.46º58.21%52.55%-
XYZ12.559.374.89-
YUV85.78111.2162.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.14%
GREEN value IS 67 (26.56% from 255) = 26.07%
BLUE value IS 56 (22.27% from 255) = 21.79%
R=52.14%
G=26.07%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134675600.50.580.478.4641.0537.25
Hex8643380323A2F82925
Octal206103700627257105145
Binary10000110100001111100001100101110101011111000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864338; }

 p { color: rgb(134,67,56); }

 H1.HeaderClassName
 {
   color: #864338;
 }
 .AnyTagClassName
 {
   color: #864338;
 }
</style>
background-color css

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

 a { background-color: rgb(134,67,56); }

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

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

 span { border-color: rgb(134,67,56); }

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